| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_14-38-16 |
| 2219 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 14:38 |
| 10459 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 30597 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 30830 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 14:38 |
| 35028 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 55125 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 55273 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 14:39 |
| 58218 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 78353 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 78474 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-04 14:39 |
| 81387 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 111517 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 111636 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 14:40 |
| 114498 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 134609 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 134704 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 14:40 |
| 137301 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 157455 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 157621 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-04 14:40 |
| 159908 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 180089 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 180247 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 14:41 |
| 182611 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 212753 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 212848 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 14:41 |
| 217986 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 238077 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 238186 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 14:42 |
| 242401 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 262526 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 262725 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 14:42 |
| 273908 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 294044 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 294198 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 14:43 |
| 300146 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 335241 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 335379 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 14:43 |
| 338270 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 363359 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 363456 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 14:44 |
| 367496 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 387604 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 387700 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 14:44 |
| 391912 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 422091 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 422169 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 14:45 |
| 425278 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 445444 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 445585 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 14:45 |
| 452517 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 482647 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 482744 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_Search_Typeahead at time : 2021-10-04 14:46 |
| 486914 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 507063 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 507197 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 14:46 |
| 514586 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 539728 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_locale > div > div > a > b (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_locale > div > div > a > b"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_locale > div > div > a > b}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 539856 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 14:47 |
| 543460 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 573593 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_locale > div > div > a > b (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_locale > div > div > a > b"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_locale > div > div > a > b}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 573744 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 14:47 |
| 576273 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 596410 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_locale > div > div > a > b (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_locale > div > div > a > b"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_locale > div > div > a > b}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 596531 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 14:48 |
| 599375 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 624529 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_locale > div > div > a > b (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_locale > div > div > a > b"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_locale > div > div > a > b}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 624664 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 14:48 |
| 627983 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 653484 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:421 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_locale > div > div > a > b (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_locale > div > div > a > b"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_locale > div > div > a > b}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:394)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 653639 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 14:49 |
| 655049 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 675089 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 675164 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 14:49 |
| 676558 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 696645 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 696726 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 14:49 |
| 698638 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 718712 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 718839 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-04 14:50 |
| 722230 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 752388 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 752505 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 14:50 |
| 755167 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 775196 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 775295 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 14:51 |
| 777181 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 797267 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 797381 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-04 14:51 |
| 802821 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 822844 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 822979 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 14:51 |
| 825064 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 855167 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 855253 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 14:52 |
| 857335 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 877361 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 877470 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 14:52 |
| 879452 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 899548 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 899670 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 14:53 |
| 903122 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 923285 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 923405 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 14:53 |
| 925459 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 961272 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > header > div > div:nth-of-type(2) > div:nth-of-type(1) > div > a > img}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(3) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(3) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(3) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > a:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_catNav > li:nth-child(1) > a:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51369}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 143b0d2f2fb4be9bab380717032aea5a
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a:nth-child(1)}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Mon Oct 04 14:56:14 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_14-56-14 |
| 2272 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 14:56 |
| 21572 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 04 15:09:51 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_15-09-51 |
| 2278 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:09 |
| 11359 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 04 15:17:43 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_15-17-43 |
| 2217 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:17 |
| 55286 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 69640 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:17 |
| 69842 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 15:18 |
Application log
Log session start time Mon Oct 04 15:40:20 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_15-40-20 |
| 3248 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:40 |
| 34669 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 36465 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:40 |
| 36880 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 15:40 |
| 42275 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 44623 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
Application log
Log session start time Mon Oct 04 15:42:17 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_15-42-17 |
| 2855 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:42 |
| 21019 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 21646 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 15:42 |
| 22085 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 15:42 |
| 30208 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 32535 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 51007 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 55024 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 55067 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-04 15:42 |
| 55351 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 15:43 |
| 59135 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 62878 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 74772 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 74795 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 15:43 |
| 75023 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-04 15:43 |
| 78804 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 91020 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 106412 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 111565 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 111616 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-04 15:43 |
| 111825 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 15:44 |
| 116226 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 116516 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 122241 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 127606 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 137907 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 138082 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 15:44 |
| 138272 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 15:44 |
| 142887 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 143124 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 154157 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 159497 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 15:44 |
| 159734 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-04 15:44 |
| 163098 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 165474 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 171869 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 181978 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 182137 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-04 15:44 |
| 182322 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 15:45 |
| 185183 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 195524 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 209608 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 209716 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 209849 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 220335 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 232804 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 246338 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 261798 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 278755 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 284482 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 294843 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 305256 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 309759 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 309820 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 15:45 |
| 310066 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 15:47 |
| 316363 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 318872 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 331151 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:438 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 331274 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 15:47 |
| 334548 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 336898 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 340980 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 341124 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 15:47 |
| 341389 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 15:47 |
| 344780 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 347415 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 351767 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 357222 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 358503 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 15:47 |
| 358670 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 15:48 |
| 361828 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 377237 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 386778 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 396950 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 397087 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 410551 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 426499 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 446914 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 457348 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 468512 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 471303 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 476871 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 476897 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 15:48 |
| 479593 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 15:50 |
| 483466 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 488838 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 503287 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 514031 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 523449 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 532233 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 542691 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 550896 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 561474 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 570456 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 576963 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 589552 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 604136 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 15:50 |
| 604335 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 15:52 |
| 608597 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 608861 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 617666 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 617840 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 617991 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 623373 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 639975 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 640103 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 640162 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 640305 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 640454 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 640563 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 640687 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 640805 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 640945 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 641050 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 641141 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 641264 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 653075 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 653094 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 15:52 |
| 653308 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 15:53 |
| 656327 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 666734 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 674975 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 677320 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationFName Successfully identified |
| 679817 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationLname Successfully identified |
| 682333 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationEmail Successfully identified |
| 684959 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationPass Successfully identified |
| 687528 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationConfirmPass Successfully identified |
| 689992 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationZip Successfully identified |
| 720865 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 726217 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 737740 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 737761 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 15:53 |
| 737944 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 15:54 |
| 741000 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 741303 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 749356 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 749574 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 749752 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 760353 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 770901 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 771014 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 780532 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 786787 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 792681 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 805329 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 821232 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 837191 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 846112 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 866375 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:422 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #moreactions1 > li.atg_store_giftListsActions > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#moreactions1 > li.atg_store_giftListsActions > a"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
*** Element info: {Using=css selector, value=#moreactions1 > li.atg_store_giftListsActions > a}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 866528 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 15:56 |
| 874601 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 885013 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 894261 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 894427 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 894575 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 906024 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 916541 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 916646 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 925081 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DashboardSection Successfully identified |
| 931131 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 931241 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 939642 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Orders Successfully identified |
| 945133 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 945253 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 953554 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Invoices Successfully identified |
| 958891 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 958983 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 966673 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Quotes Successfully identified |
| 972152 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 972275 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing historyWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 980808 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Purchasinghistory Successfully identified |
| 986529 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 986636 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 994356 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 999848 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 999909 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 1007537 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Accounts Successfully identified |
| 1013039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 1013133 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 1022331 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddressBook Successfully identified |
| 1027820 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 1045086 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PaymentInfo Successfully identified |
| 1050592 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 1060468 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProfileSettings Successfully identified |
| 1066518 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 1066632 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 1081569 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 1081640 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 15:56 |
| 1081884 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_Search_Typeahead at time : 2021-10-04 16:00 |
| 1086338 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1091688 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 1097003 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC18_Search_Typeahead at time : 2021-10-04 16:00 |
| 1097168 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 16:00 |
| 1100046 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1115349 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement FindaBranch Successfully identified |
| 1115451 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Find a Branch Near YouWhich you are looking for Webelement FindaBranchNearyou has been found successfully... |
| 1115553 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Search by Zip Code or StateWhich you are looking for Webelement SearchbyZiporState has been found successfully... |
| 1118166 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement Zipcode Successfully identified |
| 1128732 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 1148150 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 1158450 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 16:00 |
| 1158610 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 16:01 |
| 1161412 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1171792 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1177104 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1182332 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1192430 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1201771 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1211199 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 1226958 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 1227211 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 1227515 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 1228278 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 1228559 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 1234828 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 16:01 |
| 1235014 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 16:02 |
| 1237360 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1237684 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1251646 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1251855 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1252022 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1257436 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1273639 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 1286094 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber1 Successfully identified |
| 1288677 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber2 Successfully identified |
| 1291224 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber3 Successfully identified |
| 1293745 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber4 Successfully identified |
| 1296418 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber5 Successfully identified |
| 1299031 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber6 Successfully identified |
| 1301707 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber7 Successfully identified |
| 1304293 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber8 Successfully identified |
| 1306881 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber9 Successfully identified |
| 1309479 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber10 Successfully identified |
| 1312069 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber11 Successfully identified |
| 1314818 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber12 Successfully identified |
| 1317385 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber13 Successfully identified |
| 1319950 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber14 Successfully identified |
| 1322493 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber15 Successfully identified |
| 1325147 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber16 Successfully identified |
| 1327820 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber17 Successfully identified |
| 1330531 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber18 Successfully identified |
| 1333101 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber19 Successfully identified |
| 1335730 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber20 Successfully identified |
| 1346442 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ContinueButton Successfully identified |
| 1361405 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartButton Successfully identified |
| 1371254 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartheader has been found successfully... |
| 1371545 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MyaccountSection Successfully identified |
| 1383527 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 1383581 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 16:02 |
| 1383786 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 16:05 |
| 1388567 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1393873 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1401935 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1402173 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1402302 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1413120 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1426579 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 1433922 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement StoreroomName Successfully identified |
| 1439432 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 1448370 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:438 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #moreactions1 > li.atg_store_giftListsActions > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#moreactions1 > li.atg_store_giftListsActions > a"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
*** Element info: {Using=css selector, value=#moreactions1 > li.atg_store_giftListsActions > a}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.ELEMENT_FROM_LIST(Keywords.java:662)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:242)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:395)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 1448485 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 16:06 |
| 1451151 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1456498 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1461860 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1467212 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1478101 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1491021 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1501981 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 1507691 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 1513178 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 1528705 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 1534458 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 1544837 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 1544979 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 16:06 |
| 1545149 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 16:08 |
| 1547891 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1551293 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 1564486 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 1564592 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 16:08 |
| 1568097 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1568401 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1577576 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1577752 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1577914 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1583273 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1600096 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 1600179 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 1608816 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 1614742 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 1618969 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1629856 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1644946 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 1661442 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 1669771 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 1690082 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #moreactions1 > li.atg_store_giftListsActions > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#moreactions1 > li.atg_store_giftListsActions > a"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
*** Element info: {Using=css selector, value=#moreactions1 > li.atg_store_giftListsActions > a}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1690175 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 16:10 |
| 1695129 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1700498 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1711194 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1711386 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1711555 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1716973 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1732695 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 1740084 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement StoreroomName Successfully identified |
| 1745590 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 1758739 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #moreactions1 > li.atg_store_giftListsActions > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#moreactions1 > li.atg_store_giftListsActions > a"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
*** Element info: {Using=css selector, value=#moreactions1 > li.atg_store_giftListsActions > a}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64667}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a07afc147c051e3378b6aae15cf16b60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.ELEMENT_FROM_LIST(Keywords.java:662)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:242)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 1759351 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_16-11-37 |
Application log
Log session start time Mon Oct 04 16:37:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_16-37-29 |
Application log
Log session start time Mon Oct 04 16:41:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_16-41-05 |
| 24516 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 16:41 |
| 43534 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 53927 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 16:41 |
| 54104 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 16:41 |
Application log
Log session start time Mon Oct 04 16:42:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_16-42-35 |
| 4531 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 16:42 |
| 19306 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 20168 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 16:42 |
| 20654 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 16:42 |
| 26080 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 30870 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 45573 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 51405 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 51465 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-04 16:42 |
| 51681 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 16:43 |
| 55394 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 59955 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 74578 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 74609 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 16:43 |
| 74778 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-04 16:43 |
| 79133 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 91524 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 106916 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 112103 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 112160 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-04 16:43 |
| 112309 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 16:44 |
| 116046 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 116349 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 121670 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 127045 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 138475 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 138937 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 16:44 |
| 139077 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 16:44 |
| 143340 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 143631 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 152431 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 157775 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 16:44 |
| 157950 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-04 16:45 |
| 160767 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 163062 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 169410 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 179307 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 179458 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-04 16:45 |
| 179593 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 16:45 |
| 183173 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 193535 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 208488 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 208598 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 208733 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 219490 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 240209 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 256844 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 272384 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 284374 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 290304 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 300741 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 311221 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 315005 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 315060 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 16:45 |
| 315257 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 16:47 |
| 321580 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 324413 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 337287 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:445 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 337382 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 16:48 |
| 341008 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 345031 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 351820 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 351973 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 16:48 |
| 352127 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 16:48 |
| 355543 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 360775 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 365236 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 370564 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 371700 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 16:48 |
| 371778 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 16:48 |
| 375589 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 390954 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 401875 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 412039 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 412171 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 421713 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 437773 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 457056 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 467523 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 480122 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 483012 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 488455 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 488488 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 16:48 |
| 488623 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 16:50 |
| 497519 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 502858 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 517649 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 528807 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 538867 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 547781 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 558243 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 567433 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 578194 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 587308 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 594767 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 607335 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 614202 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 16:50 |
| 614360 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 16:52 |
| 618460 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 618888 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 626654 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 627074 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 627228 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 637993 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 648624 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 648743 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 648886 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 648990 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 649141 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 649283 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 649379 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 649485 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 649609 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 649695 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 649798 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 649888 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 661216 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 661237 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 16:52 |
| 661362 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 16:53 |
| 664457 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 694649 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 694704 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 16:54 |
| 698260 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 718675 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 718737 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 16:54 |
| 723820 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 754095 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 754147 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_Search_Typeahead at time : 2021-10-04 16:55 |
| 756971 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 762324 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 767657 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC18_Search_Typeahead at time : 2021-10-04 16:55 |
| 767810 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 16:55 |
| 772024 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 786601 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement FindaBranch Successfully identified |
| 786725 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Find a Branch Near YouWhich you are looking for Webelement FindaBranchNearyou has been found successfully... |
| 786829 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Search by Zip Code or StateWhich you are looking for Webelement SearchbyZiporState has been found successfully... |
| 789495 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement Zipcode Successfully identified |
| 800012 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 819694 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 830071 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 16:55 |
| 830211 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 16:56 |
| 834239 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 844616 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 849985 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 855333 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 868259 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 880610 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 890289 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 906045 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 906322 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 906553 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 907427 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 907646 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 933841 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 933931 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 16:58 |
| 938343 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 958868 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 958934 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 16:58 |
| 965179 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 990716 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: MicrosoftEdge=94.0.992.38)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 990752 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 16:59 |
| 993955 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 999346 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1004713 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1010098 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1021201 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1032997 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1045366 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 1051331 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 1056802 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 1078253 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 1084286 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 1096928 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 1097084 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 16:59 |
| 1097197 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 17:00 |
| 1102138 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1108192 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 1120349 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 1130858 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 1139807 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 1139919 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 1140098 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-04 17:00 |
| 1140238 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 17:01 |
| 1144124 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1174283 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p"}
(Session info: MicrosoftEdge=94.0.992.38)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.19', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 94.0.992.38, javascriptEnabled: true, ms:edgeOptions: {debuggerAddress: localhost:62480}, msedge: {msedgedriverVersion: 94.0.996.0 (8e4bc61c595ac31..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3f64625afe6135cd24ae4937b8acb697
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > a > div > div.col-md-10.col-lg-10.login-position > p}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1174355 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 17:02 |
| 1179259 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 04 18:20:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-20-28 |
| 3098 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3171 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC04_SearchCategory has been skipped for this execution... |
| 3224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC07_Verify_search_results has been skipped for this execution... |
| 3304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3405 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:20 |
| 9288 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 29584 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:429 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:60602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a8ca0fa27d53c51f4539cab3bf6e6394
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 29725 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 29753 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 29777 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 29800 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 29828 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 29844 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 29871 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC16_Verify_Store_room has been skipped for this execution... |
| 29899 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 29921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC18_Search_Typeahead has been skipped for this execution... |
| 29942 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 29969 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 29992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 30017 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 30038 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 30137 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:20 |
| 32290 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 52401 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_searchInput "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:60602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a8ca0fa27d53c51f4539cab3bf6e6394
*** Element info: {Using=css selector, value=#atg_store_searchInput }
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 53074 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-21-22 |
Application log
Log session start time Mon Oct 04 18:21:46 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-21-46 |
| 2848 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2900 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC04_SearchCategory has been skipped for this execution... |
| 2982 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3008 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC07_Verify_search_results has been skipped for this execution... |
| 3060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:465 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3215 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:21 |
| 10676 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 04 18:23:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-23-29 |
| 4052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 4429 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:23 |
| 12836 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 24049 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 37647 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59419}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e099dc1870e40abd0fbf73c6d90fa196
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 37838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 37867 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 37890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 37915 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 37943 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 37969 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 37990 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 38018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 38040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 38065 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 38088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 38113 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 38140 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 38166 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 38274 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:24 |
Application log
Log session start time Mon Oct 04 18:26:12 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-26-12 |
| 3837 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3907 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3936 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3964 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3990 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4011 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4039 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 4150 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:26 |
| 7155 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 14382 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 29967 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59390}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 49695227c56f597735b1449c0d0c6394
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 30176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 30205 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 30232 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 30258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 30278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 30303 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 30332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 30355 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 30377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 30398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 30421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 30442 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 30464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 30490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 30578 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:26 |
| 33534 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 36161 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 49296 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59390}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 49695227c56f597735b1449c0d0c6394
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 50055 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-27-02 |
Application log
Log session start time Mon Oct 04 18:28:01 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-28-01 |
| 3930 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3977 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4027 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4101 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 4224 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:28 |
| 10798 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 23347 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 35556 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 46031 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 54600 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 54763 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 54951 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-04 18:28 |
| 55469 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 55495 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 55522 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 55548 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 55570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 55592 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 55615 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 55635 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 55657 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 55673 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 55690 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 55708 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 55728 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 55747 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 56278 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-28-57 |
Application log
Log session start time Mon Oct 04 18:33:23 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-33-23 |
| 3750 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3799 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3824 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3852 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3907 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3932 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3960 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4007 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4037 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4065 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4094 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4117 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 4148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 4255 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:33 |
| 8432 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 20467 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 33345 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 34234 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 34632 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 40188 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 55478 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 55637 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 64946 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 72245 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 77298 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 89910 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 105353 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 122898 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 132294 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 152378 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #moreactions1 > li.atg_store_giftListsActions > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#moreactions1 > li.atg_store_giftListsActions > a"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:57149}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5d41b47f016cd46dca70e2697cce6594
*** Element info: {Using=css selector, value=#moreactions1 > li.atg_store_giftListsActions > a}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 152552 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 152579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 152612 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 152642 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 152672 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 152697 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 152716 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 152817 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:35 |
| 155864 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 157089 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 162832 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:57149}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5d41b47f016cd46dca70e2697cce6594
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 163448 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-36-07 |
Application log
Log session start time Mon Oct 04 18:40:27 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-40-27 |
| 3702 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3744 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3775 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3806 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3836 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3863 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3891 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3919 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3943 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3997 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4022 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 4095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 4197 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:40 |
| 8012 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 15690 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 25303 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 26109 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 26853 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 40442 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 51108 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 51268 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 61197 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 68467 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 73438 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 85946 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 102465 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 118462 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 126967 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 132711 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroom Successfully identified |
| 143166 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroomOPT Successfully identified |
| 163601 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #dashboardDropdown > div.dashboardHeader.col-xs-12.col-sm-6 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#dashboardDropdown > div.dashboardHeader.col-xs-12.col-sm-6 "}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53127}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 7b30d6d45efa946a6277fb1b87c82c08
*** Element info: {Using=css selector, value=#dashboardDropdown > div.dashboardHeader.col-xs-12.col-sm-6 }
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 163744 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 163767 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 163790 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 163807 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 163828 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 163846 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 163868 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
Application log
Log session start time Mon Oct 04 18:45:02 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-45-02 |
| 4022 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4069 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4094 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4154 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4183 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4237 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 4259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4357 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 4407 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 4526 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:45 |
| 8419 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 14902 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 24925 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 25848 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 26391 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 31637 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 45179 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 45234 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 50407 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58469}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f7244173b6defcaacb7fbb280e495311
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 50537 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 50553 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 50567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 50584 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 50599 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 50615 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 50631 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 50703 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:45 |
| 54195 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 54440 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 74776 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #login-nav > span.guest-acount-login.login-account > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58469}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f7244173b6defcaacb7fbb280e495311
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 75217 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-46-17 |
Application log
Log session start time Mon Oct 04 18:47:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-47-05 |
| 2298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2414 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2444 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 2491 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:47 |
| 7955 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 14032 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 23534 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 24092 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 24263 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 37297 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 47713 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 47795 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 52967 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56372}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 088f32430fad9d4d838bfd776e7d4f20
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 53075 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 53095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 53111 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 53128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 53142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 53158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 53174 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 53244 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:47 |
| 55451 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 56359 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 63912 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 64447 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 64665 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 69890 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 80712 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 80796 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 87900 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 94077 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 97221 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 107923 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 122842 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 137104 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 144726 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 150028 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroom Successfully identified |
| 160316 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroomOPT Successfully identified |
| 169106 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStoreroomchangesbutton Successfully identified |
| 177857 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 185544 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 185584 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_Store_room at time : 2021-10-04 18:47 |
| 186211 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-50-11 |
Application log
Log session start time Mon Oct 04 18:52:33 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-52-33 |
| 2265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2295 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2341 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2373 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2414 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 2425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 2437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2459 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 2469 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 2481 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 2492 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2527 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 18:52 |
| 6271 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 15540 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 25540 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 25704 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 25819 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 31038 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 47050 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 54346 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement StoreroomName Successfully identified |
| 59681 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 76204 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 18:52 |
| 76534 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 76929 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_18-53-50 |
Application log
Log session start time Mon Oct 04 18:56:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_18-56-28 |
| 2177 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-04 18:56 |
| 7832 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 12140 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-04 18:56 |
| 13764 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-04 18:56 |
| 15817 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 18208 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 32295 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 34119 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 34157 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-04 18:56 |
| 34373 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 18:57 |
| 36811 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 39459 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 52522 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 52550 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-04 18:57 |
| 52687 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-04 18:57 |
| 54534 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 66901 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 82157 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 87335 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 87396 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-04 18:57 |
| 87565 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 18:57 |
| 92279 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 92487 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 97799 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 103170 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 113378 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 113498 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-04 18:57 |
| 113626 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 18:58 |
| 115708 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 115925 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 124646 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 129967 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-04 18:58 |
| 130137 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-04 18:58 |
| 132797 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 135171 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 140993 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 149466 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 149558 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-04 18:58 |
| 149689 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 18:58 |
| 150962 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 161283 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 176372 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 176424 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 176522 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 184840 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 194404 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 207097 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 222436 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 232576 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 238333 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 248628 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 258874 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 261566 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 261597 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_ Verify_cart_operations at time : 2021-10-04 18:58 |
| 261735 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-04 19:00 |
| 264732 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 266963 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 278547 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 288867 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 296112 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 296203 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 296323 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-04 19:00 |
| 296436 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 19:01 |
| 298230 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 300609 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 306207 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 306322 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-04 19:01 |
| 306454 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 19:01 |
| 308191 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 310397 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 314408 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 319665 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 320854 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-04 19:01 |
| 320991 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 19:01 |
| 323101 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 338409 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 347886 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 358004 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 358077 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 367761 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 381516 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 400069 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 410385 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 419174 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 422062 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 427389 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 427416 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-04 19:01 |
| 429928 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 19:03 |
| 434300 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 439555 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 453773 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 462266 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 470940 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 477707 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 487995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 495006 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 505467 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 513247 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 517299 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 528870 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 536149 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-04 19:03 |
| 536283 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 19:05 |
| 538539 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 538767 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 546973 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 547291 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 547615 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 552852 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 566460 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 566517 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 566583 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 566644 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 566712 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 566775 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 566834 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 566913 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 567007 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 567090 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 567148 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 567227 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 575623 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 575643 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_MYACC_RegisteredUser at time : 2021-10-04 19:05 |
| 576542 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 19:06 |
| 579042 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 589332 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 596316 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 598612 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationFName Successfully identified |
| 600912 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationLname Successfully identified |
| 603237 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationEmail Successfully identified |
| 605596 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationPass Successfully identified |
| 607936 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationConfirmPass Successfully identified |
| 610228 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationZip Successfully identified |
| 640687 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 645893 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 655608 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 655627 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC15_Verify_UserRegistration at time : 2021-10-04 19:06 |
| 655802 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_Store_room at time : 2021-10-04 19:07 |
| 658284 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 658534 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 667270 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 667553 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 667921 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 673186 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 684046 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 684096 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 691254 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 697341 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 699968 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 710641 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 725257 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 739801 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 746945 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 752235 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroom Successfully identified |
| 762478 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroomOPT Successfully identified |
| 771274 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStoreroomchangesbutton Successfully identified |
| 778615 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 788393 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 788417 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_Store_room at time : 2021-10-04 19:07 |
| 788579 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 19:09 |
| 790535 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 800843 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 807573 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 807975 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 808106 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 813326 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 824647 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 824707 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 832575 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DashboardSection Successfully identified |
| 838611 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 838676 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 845231 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Orders Successfully identified |
| 850828 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 850895 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 858390 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Invoices Successfully identified |
| 863625 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 863683 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 870658 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Quotes Successfully identified |
| 875909 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 875968 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing historyWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 883077 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Purchasinghistory Successfully identified |
| 888694 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 888763 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 896212 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 901532 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 901582 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 909081 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Accounts Successfully identified |
| 914774 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 914834 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 922760 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddressBook Successfully identified |
| 928015 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 940308 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PaymentInfo Successfully identified |
| 945573 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 954382 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProfileSettings Successfully identified |
| 959858 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 959914 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 968858 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 968904 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC17_VerifyALL_Links_Myaccount at time : 2021-10-04 19:09 |
| 969037 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_Search_Typeahead at time : 2021-10-04 19:12 |
| 971021 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 976222 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 981461 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC18_Search_Typeahead at time : 2021-10-04 19:12 |
| 981596 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 19:12 |
| 984067 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 997051 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement FindaBranch Successfully identified |
| 997137 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Find a Branch Near YouWhich you are looking for Webelement FindaBranchNearyou has been found successfully... |
| 997216 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Search by Zip Code or StateWhich you are looking for Webelement SearchbyZiporState has been found successfully... |
| 999672 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement Zipcode Successfully identified |
| 1009994 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 1027842 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Searchbtn Successfully identified |
| 1038051 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_Find_a_Branch_Guestuser at time : 2021-10-04 19:12 |
| 1038170 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 19:13 |
| 1039670 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1049936 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1055189 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1060471 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1072030 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1081502 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1088473 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 1103937 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 1104063 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 1104190 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 1104600 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 1104726 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 1130514 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61868}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8849bf2a7fce3845eb69493a631973b3
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 1130600 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 19:15 |
| 1134455 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1134670 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1142287 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1142524 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1142650 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1147863 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1160448 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 1172736 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber1 Successfully identified |
| 1175114 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber2 Successfully identified |
| 1177436 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber3 Successfully identified |
| 1179770 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber4 Successfully identified |
| 1182171 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber5 Successfully identified |
| 1184553 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber6 Successfully identified |
| 1186955 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber7 Successfully identified |
| 1189358 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber8 Successfully identified |
| 1191751 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber9 Successfully identified |
| 1194148 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber10 Successfully identified |
| 1196531 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber11 Successfully identified |
| 1198967 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber12 Successfully identified |
| 1201377 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber13 Successfully identified |
| 1203766 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber14 Successfully identified |
| 1206181 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber15 Successfully identified |
| 1208532 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber16 Successfully identified |
| 1210985 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber17 Successfully identified |
| 1213452 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber18 Successfully identified |
| 1215833 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber19 Successfully identified |
| 1218219 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber20 Successfully identified |
| 1228614 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ContinueButton Successfully identified |
| 1241672 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartButton Successfully identified |
| 1251650 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartheader has been found successfully... |
| 1251886 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MyaccountSection Successfully identified |
| 1261995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 1262029 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-04 19:15 |
| 1262217 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 19:17 |
| 1263969 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1269240 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1276210 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 1276478 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 1276830 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 1282079 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 1295512 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 1302755 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement StoreroomName Successfully identified |
| 1308067 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 1319149 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC25_Clearing_Storerooms_List at time : 2021-10-04 19:17 |
| 1319275 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 19:18 |
| 1321198 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1326477 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1331717 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1336955 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1348759 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1359136 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1369819 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 1375204 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 1380474 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 1396388 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 1401770 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 1412010 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 1412102 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC26_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-04 19:18 |
| 1412239 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 19:20 |
| 1414684 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 1424972 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1430227 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 1435535 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 1448163 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 1458149 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 1465628 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 1481072 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 1481190 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 1481316 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 1481713 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 1481831 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 1507587 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61868}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8849bf2a7fce3845eb69493a631973b3
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1507990 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_19-21-36 |
Application log
Log session start time Mon Oct 04 22:08:40 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_22-08-40 |
| 4794 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4840 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4868 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4897 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4953 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4979 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 5006 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 5032 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 5054 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 5081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 5106 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 5133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 5156 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 5179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 5202 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 5224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 5250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 5273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 5327 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 22:08 |
| 5725 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: unknown error: net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54184}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 40268011c575a5f9e14f4ab3aae7c108
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:277)
at com.operations.Common.Keywords.NAVIGATE_URL(Keywords.java:357)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:96)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 5769 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 5778 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 5789 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 5852 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 22:08 |
| 5987 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.WebDriverException: unknown error: net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54184}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 40268011c575a5f9e14f4ab3aae7c108
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:277)
at com.operations.Common.Keywords.NAVIGATE_URL(Keywords.java:357)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:96)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 6336 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_22-08-46 |
Application log
Log session start time Mon Oct 04 22:09:12 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-04_22-09-12 |
| 2993 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3067 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3097 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3154 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3276 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 3375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 3399 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 3424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 3470 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 3552 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 22:09 |
| 3957 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: unknown error: net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63889}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4ea9a159ce000186ca07f6d83f6f6cb8
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:277)
at com.operations.Common.Keywords.NAVIGATE_URL(Keywords.java:357)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:96)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 4005 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 4016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 4029 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 4080 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-04 22:09 |
| 4200 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.WebDriverException: unknown error: net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63889}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4ea9a159ce000186ca07f6d83f6f6cb8
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:277)
at com.operations.Common.Keywords.NAVIGATE_URL(Keywords.java:357)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:96)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 4539 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-04_22-09-17 |
Application log
Log session start time Tue Oct 05 10:40:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_10-40-10 |
| 3264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3321 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3349 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3518 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3603 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3628 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3652 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 3682 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 3711 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 3726 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 3754 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 3929 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:40 |
| 17698 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 28203 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 33594 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 58748 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.5', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64537}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 589ed6a7008fcb516f740a1a58b69886
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 58811 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 58820 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 58828 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 58863 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:41 |
| 68296 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 78675 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 84058 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 89440 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 101383 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 112677 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 120658 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 152141 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 152379 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 152640 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 153370 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 153588 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 223953 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_product_exactinterchange > h4 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_product_exactinterchange > h4"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.5', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64537}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 589ed6a7008fcb516f740a1a58b69886
*** Element info: {Using=css selector, value=#atg_store_product_exactinterchange > h4}
at sun.reflect.GeneratedConstructorAccessor42.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 224258 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_10-43-55 |
Application log
Log session start time Tue Oct 05 10:44:43 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_10-44-43 |
| 2993 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3037 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3062 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3122 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3194 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 3356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 3382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 3407 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 3441 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 3501 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:44 |
| 18269 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 28733 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 34091 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 39452 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 48147 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 58994 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 66811 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 82628 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 82844 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 83078 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 83827 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 84094 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 90376 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:44 |
| 90739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 90753 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 90778 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 91349 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_10-46-14 |
Application log
Log session start time Tue Oct 05 10:49:54 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_10-49-54 |
| 2648 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2691 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2716 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2740 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2764 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2785 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2807 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2825 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 2839 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2853 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2871 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2886 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2911 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2935 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 2961 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 2981 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 2993 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 3015 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 3053 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:49 |
| 9769 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 20450 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 25678 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Bearing Successfully identified |
| 31010 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MountedBearings Successfully identified |
| 41641 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Ball Successfully identified |
| 51963 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PillowBlock Successfully identified |
| 59688 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 75414 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : $86.30Which you are looking for Webelement Price has been found successfully... |
| 75621 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : EAWhich you are looking for Webelement UnitofMeasurevalue has been found successfully... |
| 75899 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : In StockWhich you are looking for Webelement InStockInventory has been found successfully... |
| 76771 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : 123806Which you are looking for Webelement ManufacturerPartvalue has been found successfully... |
| 77069 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : P2BSC100Which you are looking for Webelement KamanDirectpartvalue has been found successfully... |
| 83060 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC22_Verify_PDP_Page at time : 2021-10-05 10:49 |
| 83243 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 83257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 83272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 83584 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_10-51-18 |
Application log
Log session start time Tue Oct 05 13:07:13 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-07-13 |
| 2574 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-05 13:07 |
| 26010 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 26571 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-05 13:07 |
| 26891 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-05 13:07 |
| 36763 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 41654 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 62537 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 65332 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 65369 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-05 13:07 |
| 65553 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 13:08 |
| 70550 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 73916 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 85528 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 85548 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 13:08 |
| 85678 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:08 |
| 87705 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 87963 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 96899 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 97058 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 13:08 |
| 99010 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 99223 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 104499 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 109798 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 117629 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 117721 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 13:08 |
| 117915 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 13:09 |
| 119559 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 119788 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 127443 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 132818 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 13:09 |
| 132941 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-05 13:09 |
| 134847 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 137078 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 149656 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 159795 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 159890 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-05 13:09 |
| 160016 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 13:09 |
| 163239 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 163489 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 176775 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 176922 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:10 |
| 179156 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 181404 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 192440 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c37bcd79d3e292499c5a194c631dfa40
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 192522 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 13:10 |
| 194827 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 197181 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 200144 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 200227 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 13:10 |
| 200365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 200375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 200386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 200398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 200410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 200423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 200436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 200445 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 200458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 200469 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 200481 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 200495 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 200510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 200525 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 200540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 200553 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 200567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 200579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 200617 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:10 |
| 202800 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 203045 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 210002 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c37bcd79d3e292499c5a194c631dfa40
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 210135 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 13:10 |
| 211940 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 212153 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 225725 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 225848 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:10 |
| 227975 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 230214 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 240911 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c37bcd79d3e292499c5a194c631dfa40
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c37bcd79d3e292499c5a194c631dfa40
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 241395 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-11-14 |
Application log
Log session start time Tue Oct 05 13:19:22 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-19-22 |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2343 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2385 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:19 |
| 15445 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15718 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 27706 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 27857 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 27875 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 27889 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 27901 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 27915 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 27930 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 27947 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 27963 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 27982 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 28000 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 28016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 28034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 28050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 28061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 28073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 28087 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 28100 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 28112 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 28125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 28138 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 28150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 28165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 28178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 28192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 28256 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:19 |
| 32470 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 32745 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 46299 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 46846 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-20-09 |
Application log
Log session start time Tue Oct 05 13:21:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-21-32 |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:21 |
| 16220 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 16545 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 25767 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 25931 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 25943 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 25956 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 25970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 25985 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 26001 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 26016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 26032 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 26046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 26060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 26077 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 26094 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 26111 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 26128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 26140 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 26152 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 26168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 26182 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 26197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 26215 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 26228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 26245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 26260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 26274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 26343 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:21 |
| 29546 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 29766 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 35020 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56488}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 0e4d046ad08b297a5ad8e0aa61347f80
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 35499 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-22-08 |
Application log
Log session start time Tue Oct 05 13:22:55 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-22-55 |
| 2255 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2357 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:22 |
| 14680 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15015 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 20256 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63211}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4b261124a6483552f1712b15a423b083
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 20327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 20344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 20358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 20371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 20382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 20395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 20405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 20419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 20433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 20447 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 20460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 20476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 20488 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 20501 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 20512 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 20524 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 20536 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 20548 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 20558 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 20568 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 20579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 20592 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 20605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 20616 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 20661 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:23 |
| 23692 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 23930 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 34000 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
Application log
Log session start time Tue Oct 05 13:23:57 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-23-57 |
| 2324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2357 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2435 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:23 |
| 20372 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 20680 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 31249 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 62329 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
Application log
Log session start time Tue Oct 05 13:25:46 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-25-46 |
| 2199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:25 |
| 10570 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 21629 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 30206 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 30289 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 30430 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 30477 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-05 13:25 |
| 30769 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 30787 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 30804 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 30823 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 30838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 30856 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 30870 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 30883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 30899 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 30917 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 30935 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 30950 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 30967 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 30984 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 31000 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 31018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 31032 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 31046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 31061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 31075 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 31088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 31102 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 31117 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 31132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 31475 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-26-17 |
Application log
Log session start time Tue Oct 05 13:28:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-28-29 |
| 2148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2189 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2225 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 2262 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:28 |
| 13815 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 18835 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 30305 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 40674 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 48554 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 48631 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 48813 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:28 |
| 49023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 49034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 49044 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 49058 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 49072 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 49088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 49102 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 49114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 49127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 49141 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 49156 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 49169 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 49185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 49200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 49217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 49233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 49250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 49262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 49278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 49659 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-29-19 |
Application log
Log session start time Tue Oct 05 13:30:31 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-30-31 |
| 2205 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2225 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 2330 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:30 |
| 15300 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 19736 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 32122 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/catalog/comparison/ProductListHandler.addProduct" type="submit" class="atg_store_textButton btn btn-primary kamanComparePrdBtn" value="Comparisons"> is not clickable at point (787, 573). Other element would receive the click: <div class="col-xs-12 required-login-bt-space">...</div>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59280}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 70996e5ff55a7ac1a5dab1078c0f87aa
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 32237 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 32249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 32265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 32283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 32300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 32317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 32335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 32352 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 32365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 32377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 32389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 32404 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 32417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 32432 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 32448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 32461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 32476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 32490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 32503 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 32565 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:31 |
| 39238 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 44744 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:145 |
org.openqa.selenium.NoSuchElementException: Cannot locate an element using css selector=#atg_store_searchInput
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '10.212.134.17', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: driver.version: RemoteWebDriver
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:327)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:227)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Tue Oct 05 13:31:48 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-31-48 |
| 2152 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2184 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2196 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2219 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart _operations has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:31 |
| 13004 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 16425 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 27557 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 37995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 45199 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 45265 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 45396 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:31 |
| 45598 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 45612 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 45625 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 45635 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 45648 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 45662 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 45675 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 45690 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 45705 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 45720 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 45735 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 45749 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 45764 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 45780 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 45794 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 45809 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 45821 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 45835 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 45850 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 46225 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-32-35 |
Application log
Log session start time Tue Oct 05 13:48:43 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_13-48-43 |
| 2795 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-05 13:48 |
| 11764 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 27479 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-05 13:48 |
| 27974 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-05 13:49 |
| 30953 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 35005 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 48552 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 52133 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 52154 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-05 13:49 |
| 52405 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 13:49 |
| 55198 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 58536 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 69608 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 69662 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 13:49 |
| 70007 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 13:49 |
| 72835 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 73178 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 84195 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 84292 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 84410 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 84436 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-05 13:49 |
| 84758 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 13:50 |
| 87635 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 87921 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 93277 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 98643 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 107606 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 107757 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 13:50 |
| 107952 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 13:50 |
| 110569 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 110874 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 119759 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 125109 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 13:50 |
| 125296 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-05 13:50 |
| 128616 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 132657 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 139160 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 148420 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 148566 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-05 13:50 |
| 148714 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 13:51 |
| 151687 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 151974 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 166149 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 166364 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:51 |
| 168985 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 171383 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 182331 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 192700 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 201137 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 201260 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 201408 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-05 13:51 |
| 201638 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 13:52 |
| 205953 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 208284 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 213163 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 213274 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 13:52 |
| 213383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 213387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 213387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 213408 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 213416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 213425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 213431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 213438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 213446 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 213462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 213476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 213493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 213510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 213522 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 213546 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 213567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 213577 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 213586 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 213615 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 13:52 |
| 216746 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 217060 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 231201 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 231781 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_13-52-35 |
Application log
Log session start time Tue Oct 05 14:12:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-12-28 |
| 3025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3100 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3309 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:12 |
| 9189 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 19393 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 33788 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 34029 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 34060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 34081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 34103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 34130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 34162 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 34182 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 34204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 34229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 34260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 34266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 34300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 34316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 34339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 34357 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 34382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 34399 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 34438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 34458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 34483 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 34595 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:13 |
| 36716 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 37020 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 50499 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 51306 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-13-19 |
Application log
Log session start time Tue Oct 05 14:14:52 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-14-52 |
| 3073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3123 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3223 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3364 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:14 |
| 7847 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 13319 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 26910 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 27122 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 27150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 27175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 27204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 27231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 27249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 27289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 27314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 27340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 27358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 27390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 27417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 27427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 27458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 27475 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 27496 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 27512 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 27552 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 27572 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 27597 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 27723 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:15 |
| 29836 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 30132 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 43576 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 44251 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-15-37 |
Application log
Log session start time Tue Oct 05 14:16:11 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-16-11 |
| 3023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3131 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3147 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3191 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3319 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:16 |
| 7445 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 12886 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 26514 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 34822 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 44373 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 59675 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 75098 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 88622 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 94360 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 104729 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 115121 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 117805 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 117875 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_ Verify_cart _operations at time : 2021-10-05 14:16 |
| 118240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 118263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 118287 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 118302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 118323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 118343 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 118363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 118392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 118414 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 118436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 118465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 118487 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 118511 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 118524 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 118547 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 118567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 118597 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 118618 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 118639 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 118658 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 119280 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-18-10 |
Application log
Log session start time Tue Oct 05 14:19:12 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-19-12 |
| 2597 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-05 14:19 |
| 8383 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 21226 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-05 14:19 |
| 21802 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-05 14:19 |
| 28190 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 30555 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 44541 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 48715 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 48740 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-05 14:19 |
| 49104 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 14:20 |
| 51878 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 54238 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 64876 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 64906 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-05 14:20 |
| 65204 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-05 14:20 |
| 67965 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 68265 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 78571 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 78672 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 78791 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 78821 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-05 14:20 |
| 79088 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 14:20 |
| 81487 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 81764 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 87104 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 92438 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 105035 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 105175 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-05 14:20 |
| 105376 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 14:20 |
| 108079 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 108399 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 117145 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 122393 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-05 14:20 |
| 122546 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-05 14:21 |
| 125449 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 127815 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 133344 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 141729 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 141868 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-05 14:21 |
| 142018 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-05 14:21 |
| 144447 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 144755 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 159064 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 168940 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 177607 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 190981 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 206351 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 216131 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 221687 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 232083 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 242432 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 246556 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 246592 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-10-05 14:21 |
| 246759 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-05 14:23 |
| 250889 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 253214 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 264049 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 274501 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 282288 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 282405 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 282540 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-05 14:23 |
| 282683 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 14:23 |
| 285602 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 288636 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 292582 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 292763 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-05 14:23 |
| 292890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 292890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 292903 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 292916 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 292926 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 292934 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 292938 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 292954 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 292958 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 292964 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 292980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 292987 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 292994 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 293002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 293021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 293039 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 293053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 293078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 293395 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-24-06 |
Application log
Log session start time Tue Oct 05 14:31:02 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-31-02 |
| 3142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3180 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3331 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3474 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-05 14:31 |
| 8528 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 19244 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 23069 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 28462 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 29715 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-05 14:31 |
| 30215 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-05 14:31 |
| 32020 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 32347 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 45575 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 45815 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 45833 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 45865 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 45886 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 45900 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 45932 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 45949 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 45974 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 46000 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 46019 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 46051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 46065 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 46081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 46114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 46132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 46165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 46267 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-05 14:31 |
| 48389 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 48679 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 61733 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 62466 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-32-05 |
Application log
Log session start time Tue Oct 05 14:33:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-33-32 |
| 3219 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3484 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3586 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-05 14:33 |
| 8221 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 16067 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 29895 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 37978 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 47491 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 54663 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 65034 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 77001 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 79799 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 85366 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 85421 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-05 14:33 |
| 87581 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 87605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 87625 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 87654 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 87677 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 87692 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 87721 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 87738 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 87770 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 87788 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 87808 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 87838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 87862 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 87881 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 87909 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 87929 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 88588 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-35-01 |
Application log
Log session start time Tue Oct 05 14:35:49 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-35-49 |
| 2970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3039 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3071 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3104 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3137 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3173 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3254 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3428 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-05 14:35 |
| 7107 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15174 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 28988 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 38287 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 46929 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 54212 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 64625 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 73555 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 84484 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 94499 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 99241 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 111791 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 130320 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 144769 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 147336 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 149806 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 152404 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 154980 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 160489 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 175591 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-05 14:35 |
| 175926 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 175942 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 175973 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 175990 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 176009 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 176040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 176057 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 176089 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 176110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 176128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 176145 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 176176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 176194 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 176211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 176242 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 176875 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-38-46 |
Application log
Log session start time Tue Oct 05 14:40:04 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-40-04 |
| 3078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3193 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3308 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3326 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3509 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-10-05 14:40 |
| 7860 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 16738 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 30524 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 38350 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 46793 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 53948 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 64338 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 72616 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 78022 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 86248 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 98460 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 108804 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 121038 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 123472 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 126002 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 128407 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 130966 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 136548 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 158656 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 166367 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed!Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 166456 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-10-05 14:40 |
| 166757 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 166782 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 166790 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 166823 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 166846 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 166855 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 166887 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 166904 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 166924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 166954 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 166974 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 166991 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 167028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 167053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 167549 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-42-52 |
Application log
Log session start time Tue Oct 05 14:44:55 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-44-55 |
| 2994 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3135 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3295 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3312 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3549 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 14:44 |
| 7559 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 18017 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 26704 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 26873 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 27045 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 32373 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 62372 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 62463 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 62581 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 62690 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 62797 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 62904 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 63021 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 63150 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 63276 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 63396 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 63514 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 63649 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 76626 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 82010 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 82232 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 82419 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 88946 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 99330 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 110602 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 110715 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 110861 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 110971 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 111109 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 111281 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 111402 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 111533 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 111650 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 111790 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 111946 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 112063 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 120218 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 125612 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 125868 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.k@yopmail.com |
| 126052 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 136813 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 161968 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61022}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 9f54adbf435704256d83bc5049293509
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 162131 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 162148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 162165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 162198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 162219 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 162234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 162263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 162267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 162283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 162302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 162329 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 162347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 162363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 162498 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 14:47 |
| 164217 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 174629 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 183545 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 183750 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 183943 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 194358 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 205056 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 205159 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 205287 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 205407 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 205537 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 205669 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 205806 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 205938 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 206039 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 206159 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 206298 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 206415 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 215320 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 220697 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 220944 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 221127 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 228148 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 238507 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 256940 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 257050 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 257190 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 257331 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 257451 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 257569 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 257693 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 257834 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 257977 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 258104 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 258228 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 258368 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 266380 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 271753 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 271960 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.k@yopmail.com |
| 272142 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 282894 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 308055 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61022}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 9f54adbf435704256d83bc5049293509
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 308777 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-50-04 |
Application log
Log session start time Tue Oct 05 14:57:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-57-28 |
| 3053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3119 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3144 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3393 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3513 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-05 14:57 |
| 9331 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 22565 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 33746 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 36148 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationFName Successfully identified |
| 38665 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationLname Successfully identified |
| 41101 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationEmail Successfully identified |
| 43676 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationPass Successfully identified |
| 46169 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationConfirmPass Successfully identified |
| 48702 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement RegistrationZip Successfully identified |
| 78607 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 83917 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 93636 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 93684 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-10-05 14:57 |
| 94050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 94080 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 94098 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 94123 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 94147 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 94165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 94189 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 94207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 94224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 94249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 94272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 94296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 94915 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_14-59-03 |
Application log
Log session start time Tue Oct 05 14:59:40 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_14-59-40 |
| 3068 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3119 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3137 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3222 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3255 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3299 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3561 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_Verify_Store_room at time : 2021-10-05 14:59 |
| 8639 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17178 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 27811 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 28028 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 28192 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 47795 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 58382 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 58510 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 66428 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 72249 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 75882 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 86105 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 94570 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 104242 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 111727 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 117167 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroom Successfully identified |
| 127563 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPStoreroomOPT Successfully identified |
| 137352 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStoreroomchangesbutton Successfully identified |
| 145680 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 153328 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout_RegisteredUser Successfully identified |
| 153375 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC17_Verify_Store_room at time : 2021-10-05 14:59 |
| 153628 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 153636 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 153649 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 153658 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 153667 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 153672 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 153686 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 153699 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 153711 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 153722 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 153734 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 154050 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-02-14 |
Application log
Log session start time Tue Oct 05 15:16:15 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-16-15 |
| 3135 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3183 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3334 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3481 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3489 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3509 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3531 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3614 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_VerifyALL_Links_Myaccount at time : 2021-10-05 15:16 |
| 9409 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 20985 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 26355 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54247}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4e08c4c2812e76170b8c27cf94902e71
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 26466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 26498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 26515 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 26532 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 26565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 26594 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 26608 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 26625 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 26648 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 26664 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 26781 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_VerifyALL_Links_Myaccount at time : 2021-10-05 15:16 |
| 29530 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 39927 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 45243 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54247}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4e08c4c2812e76170b8c27cf94902e71
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 45902 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-17-01 |
Application log
Log session start time Tue Oct 05 15:18:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-18-10 |
| 3105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3326 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3362 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3495 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3515 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3533 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3549 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3613 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC18_VerifyALL_Links_Myaccount at time : 2021-10-05 15:18 |
| 9666 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 20072 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 27933 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 28145 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 28347 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 35426 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 45815 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 66319 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 66432 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 75045 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DashboardSection Successfully identified |
| 81169 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 81308 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 90863 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Orders Successfully identified |
| 96328 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 96451 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 106458 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Invoices Successfully identified |
| 111880 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 112009 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 121462 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Quotes Successfully identified |
| 126869 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 127018 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing historyWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 135727 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Purchasinghistory Successfully identified |
| 141319 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 141436 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 150222 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storerooms Successfully identified |
| 155656 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 155832 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 163367 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Accounts Successfully identified |
| 168886 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 168990 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 174459 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddressBook Successfully identified |
| 193361 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 207043 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PaymentInfo Successfully identified |
| 212531 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 221128 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProfileSettings Successfully identified |
| 226532 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 226653 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 238911 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 238997 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC18_VerifyALL_Links_Myaccount at time : 2021-10-05 15:18 |
| 239307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 239320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 239340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 239363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 239378 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 239405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 239430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 239445 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 239461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 239491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 240092 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-22-10 |
Application log
Log session start time Tue Oct 05 15:23:53 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-23-53 |
| 2992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3539 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 15:23 |
| 15949 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/myaccount/punchoutRequestHandler.jsp;jsessionid=61IGJ0EwGn0SoDvJtCKGgDDPKAcujrBPYzvFbl03.03?esid=61IGJ0EwGn0SoDvJtCKGgDDPKAcujrBPYzvFbl03.03 |
| 33733 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 45332 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 53752 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 59106 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 66957 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 70666 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 70698 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 70717 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 70739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 70764 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 70791 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 70818 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 70839 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 70866 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 70975 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 15:25 |
| 81416 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/myaccount/punchoutRequestHandler.jsp;jsessionid=gOmTMkjfaBwSlxgf9kUDy9NzkybiHzUjNcVs0xQ8.01?esid=gOmTMkjfaBwSlxgf9kUDy9NzkybiHzUjNcVs0xQ8.01 |
| 83756 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 94505 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 102163 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 107513 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 116209 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 120947 |
TestNG |
INFO |
Kaman |
Keywords.java:322 |
URL : http://kit08wmisd:5556/web/viewshoppingcart.jspWhich you are looking for Webelement has been found successfully... |
| 120992 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 15:25 |
| 121698 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-25-55 |
Application log
Log session start time Tue Oct 05 15:29:18 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-29-18 |
| 3020 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3071 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3115 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3222 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3241 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3373 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3404 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3454 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3488 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3549 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC20_Search_Typeahead at time : 2021-10-05 15:29 |
| 9723 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 24929 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 30238 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC20_Search_Typeahead at time : 2021-10-05 15:29 |
| 30643 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 30683 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 30705 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 30722 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 30739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 30770 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 30788 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 30805 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 31350 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-29-49 |
Application log
Log session start time Tue Oct 05 15:30:15 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-30-15 |
| 3111 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3160 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3235 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3446 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3475 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3497 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3518 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3536 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3549 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3580 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3630 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-10-05 15:30 |
| 7174 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17598 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 22979 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 28318 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 38143 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducerAccessories Successfully identified |
| 52671 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 75047 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Verify_PDP_Page at time : 2021-10-05 15:30 |
| 75353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 75369 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 75391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 75410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 75427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 75451 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 75476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 76078 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-31-31 |
Application log
Log session start time Tue Oct 05 15:32:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-32-08 |
| 2938 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2987 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3039 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3070 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3091 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3109 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3138 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3156 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3255 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3362 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3415 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3551 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Adding_MultipleItems_QuickOrder at time : 2021-10-05 15:32 |
| 8722 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 14459 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 22184 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 22403 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 22595 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 29042 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 39467 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 59945 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 72416 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber1 Successfully identified |
| 74981 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber2 Successfully identified |
| 77619 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber3 Successfully identified |
| 80189 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber4 Successfully identified |
| 82811 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber5 Successfully identified |
| 85418 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber6 Successfully identified |
| 88030 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber7 Successfully identified |
| 90524 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber8 Successfully identified |
| 93182 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber9 Successfully identified |
| 95838 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber10 Successfully identified |
| 98411 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber11 Successfully identified |
| 101064 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber12 Successfully identified |
| 103652 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber13 Successfully identified |
| 106317 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber14 Successfully identified |
| 108881 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber15 Successfully identified |
| 111542 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber16 Successfully identified |
| 114170 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber17 Successfully identified |
| 116876 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber18 Successfully identified |
| 119465 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber19 Successfully identified |
| 122105 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber20 Successfully identified |
| 132722 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ContinueButton Successfully identified |
| 146899 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartButton Successfully identified |
| 161259 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartheader has been found successfully... |
| 161590 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MyaccountSection Successfully identified |
| 173907 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 174027 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC26_Adding_MultipleItems_QuickOrder at time : 2021-10-05 15:32 |
| 174413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 174428 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 174461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 174477 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 174513 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 174528 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 175164 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-35-03 |
Application log
Log session start time Tue Oct 05 15:35:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-35-35 |
| 2804 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2821 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2830 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2840 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2845 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2860 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2864 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2877 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2888 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2897 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2907 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2914 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2933 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2940 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2953 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2963 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2965 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2977 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2986 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2996 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3031 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 15:35 |
| 6925 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17669 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 25819 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 26053 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 26224 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 32501 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 42969 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 67345 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 72809 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 100586 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 15:35 |
| 100986 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 101003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 101053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 101086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 101126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 101742 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-37-16 |
Application log
Log session start time Tue Oct 05 15:44:43 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-44-43 |
| 3119 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3187 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3221 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3321 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3355 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3470 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3482 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3503 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3522 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3537 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3551 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3582 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3601 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3616 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3628 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3694 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC29_Verify_PlaceOrder_SelfService_MultiUser at time : 2021-10-05 15:44 |
| 8023 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 16140 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 25278 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 25492 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archana.mg@yopmail.com |
| 25680 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 31014 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 36404 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 50179 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 58075 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 67098 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 74472 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 96944 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55882}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 25306a87a894c93a47128fb894a6f2e3
*** Element info: {Using=css selector, value=#atg_behavior_addItemToCart}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 109710 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-46-33 |
Application log
Log session start time Tue Oct 05 15:46:45 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-46-45 |
| 2944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3012 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3035 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3096 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3112 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3144 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3164 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3196 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3287 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3574 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC29_Verify_PlaceOrder_SelfService_MultiUser at time : 2021-10-05 15:46 |
| 6784 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 12326 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 20493 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 20733 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archana.mg@yopmail.com |
| 20909 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 29047 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 05 15:49:00 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-49-00 |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3091 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3123 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3202 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3227 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3329 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3515 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3566 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3590 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3616 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3638 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3648 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3707 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 15:49 |
| 9200 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 13006 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 18396 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 23751 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 32856 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 39617 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <a href="/storeus/category/Shaft-Mount-Torque-Arm-Reducer/?N=1qwttpj&pagenum=..." title="Go To Page 2" class="">2</a> is not clickable at point (1110, 299). Other element would receive the click: <span class="guest-acount-login login-account">...</span>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63482}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 381478884c6f5f224f2ccfd191cebe60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 39779 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 39804 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 39903 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 15:49 |
| 43073 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 43336 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 48739 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 54060 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 62851 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 69575 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <a href="/storeus/category/Shaft-Mount-Torque-Arm-Reducer/?N=1qwttpj&pagenum=..." title="Go To Page 2" class="">2</a> is not clickable at point (1110, 299). Other element would receive the click: <span class="guest-acount-login login-account">...</span>
(Session info: chrome=94.0.4606.71)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63482}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 381478884c6f5f224f2ccfd191cebe60
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 70179 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-50-11 |
Application log
Log session start time Tue Oct 05 15:51:15 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-51-15 |
| 3090 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3139 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3193 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3459 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3492 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3523 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3550 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3566 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3591 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3616 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3627 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3651 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3668 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3683 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3698 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 3755 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC31_Verify_PlaceOrder_WithMultiple_Items at time : 2021-10-05 15:51 |
| 9518 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17096 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 31174 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 38995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 47667 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 58088 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PLPAddtocart1 Successfully identified |
| 70323 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PLPAddtocart2 Successfully identified |
| 81938 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PLPAddtocart3 Successfully identified |
| 88515 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 98283 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 103691 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 111475 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 123908 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 133814 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 145307 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 147854 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 150399 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 152911 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 155449 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 161014 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 172767 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 179077 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed!Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 179183 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC31_Verify_PlaceOrder_WithMultiple_Items at time : 2021-10-05 15:51 |
| 179546 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 180161 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_15-54-15 |
Application log
Log session start time Tue Oct 05 15:56:52 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_15-56-52 |
| 2502 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2519 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2526 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2535 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2555 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2581 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2588 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2603 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2613 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2627 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2634 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2647 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2744 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 15:56 |
| 9561 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 21043 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 28853 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 29064 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 29219 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 34568 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 54039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 54168 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 54317 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 54447 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 54565 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 54706 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 54823 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 54984 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 55105 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 55246 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 55366 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 55516 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 65088 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 70495 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 70676 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 70845 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 76260 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 86714 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 98906 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 99031 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 99183 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 99312 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 99456 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 99589 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 99717 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 99848 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 99996 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 100120 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 100263 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 100417 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 109099 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 114464 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 114679 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.k@yopmail.com |
| 114849 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 124660 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 135189 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 135246 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 135329 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 135401 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 135462 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 135542 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 135648 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 135778 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 135874 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 136008 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 136141 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 136272 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 144349 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 149725 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 149941 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archana.mg@yopmail.com |
| 150120 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 160565 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 185797 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54851}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1e812c23ccac1a9687d37f9f2c2af8a0
*** Element info: {Using=css selector, value=#atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > div > div > div.col-md-11.col-lg-11.company-text > p > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 185988 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 185996 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 186001 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 186010 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 186019 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 186025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 186032 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 186038 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 186046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 186052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 186060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 186065 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 186075 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 186129 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 15:59 |
| 188236 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
Application log
Log session start time Tue Oct 05 16:02:03 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-02-03 |
| 3132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3454 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3487 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3503 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3532 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3572 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3590 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3624 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3651 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3673 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3691 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3703 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3720 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3740 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 3752 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 3797 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-05 16:02 |
| 9697 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17797 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 31911 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 40636 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 49318 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 57459 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 62831 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 68223 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 77812 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 77945 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 79404 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-05 16:02 |
| 80349 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_16-03-23 |
Application log
Log session start time Tue Oct 05 16:03:55 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-03-55 |
| 3152 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3308 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3341 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3454 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3483 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3520 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3554 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3572 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3586 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3621 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3621 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3649 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3669 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3732 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC28_Verify_PlaceOrder_SelfService_SingleUser at time : 2021-10-05 16:03 |
| 7574 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 14881 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 27335 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 27540 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.k@yopmail.com |
| 27809 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 40700 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 46100 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 60873 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 69043 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 78102 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 85328 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 95773 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 104803 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 110173 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 118572 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisaddressLogin Successfully identified |
| 133714 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 149373 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddCardLogin Successfully identified |
| 151769 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 154336 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 156907 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 159411 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 161899 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 167463 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 183199 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 188479 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed!Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 188568 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC28_Verify_PlaceOrder_SelfService_SingleUser at time : 2021-10-05 16:03 |
| 189003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 189034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 189070 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 189086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 189687 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_16-07-05 |
Application log
Log session start time Tue Oct 05 16:08:19 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-08-19 |
| 3031 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3113 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3163 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3180 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3362 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3659 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 16:08 |
| 9853 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 21115 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 29003 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 29228 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 29380 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 47817 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 58568 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 58702 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 58833 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 58948 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 59057 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 59175 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 59288 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 59409 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 59549 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 59688 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 59818 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 59929 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 68670 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 74001 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 74196 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 74367 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 81502 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 91938 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 103920 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 104071 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 104169 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 104306 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 104437 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 104506 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 104629 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 104789 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 104933 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 105059 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 105196 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 105325 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 113261 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 118646 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 118868 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.k@yopmail.com |
| 119047 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 127217 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 137738 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 137852 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 137985 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 138143 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 138258 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 138383 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 138523 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 138684 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 138810 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 138931 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 139063 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 139203 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 146937 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 152319 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 152514 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.test@yopmail.com |
| 152663 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 161752 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton1 Successfully identified |
| 172241 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSection Successfully identified |
| 172340 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 172491 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 172661 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 172786 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 172907 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 173003 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 173124 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 173254 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 173427 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 173562 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 173690 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 182536 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 182632 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 16:08 |
| 183837 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 183863 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 183879 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 183898 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 183931 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 183954 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 183970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 183985 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 184002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 184023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 184038 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 184054 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 184088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 184704 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_16-11-24 |
Application log
Log session start time Tue Oct 05 16:16:13 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-16-13 |
| 3098 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3254 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3415 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3451 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3657 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-05 16:16 |
| 9473 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 19909 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 29359 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 29548 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 29725 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 47189 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 57876 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 57962 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement DashboardSection has been found successfully... |
| 58065 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : OrdersWhich you are looking for Webelement Orders has been found successfully... |
| 58173 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : InvoicesWhich you are looking for Webelement Invoices has been found successfully... |
| 58272 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : StoreroomsWhich you are looking for Webelement Storerooms has been found successfully... |
| 58398 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : AccountsWhich you are looking for Webelement Accounts has been found successfully... |
| 58521 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : QuotesWhich you are looking for Webelement Quotes has been found successfully... |
| 58578 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Address BookWhich you are looking for Webelement AddressBook has been found successfully... |
| 58706 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Payment InfoWhich you are looking for Webelement PaymentInfo has been found successfully... |
| 58824 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Purchasing HistoryWhich you are looking for Webelement Purchasinghistory has been found successfully... |
| 58928 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Profile SettingsWhich you are looking for Webelement ProfileSettings has been found successfully... |
| 59051 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Sign OutWhich you are looking for Webelement SignOut has been found successfully... |
| 67789 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 73201 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption1 Successfully identified |
| 73421 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 73614 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
Application log
Log session start time Tue Oct 05 16:18:02 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-18-02 |
| 3221 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3269 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3404 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3469 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3502 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3518 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3562 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3586 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3606 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3643 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3669 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3688 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3696 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3713 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3726 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3745 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3814 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC29_Verify_PlaceOrder_SelfService_MultiUser at time : 2021-10-05 16:18 |
| 8447 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15633 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 23536 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 23739 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : rohit.test@yopmail.com |
| 23985 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 38537 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 43880 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 58189 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 67045 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 76483 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 85779 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 96134 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 104832 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 110188 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 118799 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisaddressLogin Successfully identified |
| 133895 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 149332 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddCardLogin Successfully identified |
| 151744 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 154369 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 156932 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 159553 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 162092 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 167624 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 183455 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 190078 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed!Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 190169 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC29_Verify_PlaceOrder_SelfService_MultiUser at time : 2021-10-05 16:18 |
| 190530 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 190560 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 190577 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 191148 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_16-21-13 |
Application log
Log session start time Tue Oct 05 16:22:20 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-22-20 |
| 2871 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2886 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2894 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2903 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2906 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2931 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2935 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2956 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2971 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2987 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2996 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3067 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3101 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3131 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 16:22 |
| 10897 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 25790 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 31150 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 36478 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 47970 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 62365 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 82729 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_facets > div:nth-child(4) > div > ul > li:nth-child(1) > div > div > span (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_facets > div:nth-child(4) > div > ul > li:nth-child(1) > div > div > span"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58425}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 05f917c329b61dbbcbb1609a4ce697cb
*** Element info: {Using=css selector, value=#atg_store_facets > div:nth-child(4) > div > ul > li:nth-child(1) > div > div > span}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 82818 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 82827 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 82876 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 16:23 |
| 86400 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 86670 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Tue Oct 05 16:25:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_16-25-10 |
| 3217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3275 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3501 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3530 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3547 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3564 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3595 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3609 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 3622 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 3645 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 3660 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 3676 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 3694 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 3710 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 3724 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 3737 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3790 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 16:25 |
| 9096 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 14065 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 19441 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 24786 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 34298 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 54557 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
Application log
Log session start time Tue Oct 05 17:30:17 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_17-30-17 |
| 2308 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2329 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2407 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2429 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2451 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2470 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2481 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2488 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2507 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2518 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2568 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:30 |
| 7718 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17017 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 25371 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 25500 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 25611 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 44256 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 69606 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61516}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 762510f71b46437c73e50db6cfd1f84e
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3)}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 69755 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 69770 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 69770 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 69787 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 69804 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 69868 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:31 |
| 72662 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 72947 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 84071 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 84197 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 84306 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 95518 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 05 17:33:46 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_17-33-46 |
| 2206 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2225 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2246 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2276 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2465 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:33 |
| 7800 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 13126 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 20713 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 20863 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 20971 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 26263 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 51469 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:60903}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 7e6b1ed69eaf5569a6e4a5fd2fb5dcf9
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(5) > div > div > div:nth-of-type(2) > form:nth-of-type(1) > div:nth-of-type(4) > input:nth-of-type(3)}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 51650 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 51677 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 51694 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 51711 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 51729 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 51779 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:34 |
| 54459 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 54690 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
Application log
Log session start time Tue Oct 05 17:35:40 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_17-35-40 |
| 2220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2246 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2374 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2462 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:35 |
| 8190 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15441 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 23182 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 23319 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep-dvlp@kdgcorp.com |
| 23428 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : bep999 |
| 30401 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 40784 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAcc Successfully identified |
| 61083 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Storeroomsmenu Successfully identified |
| 66506 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SaveStorerooms Successfully identified |
| 75090 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC27_Clearing_Storerooms_List at time : 2021-10-05 17:35 |
| 75371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 75388 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 75410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 75422 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 75436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 75837 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_17-36-56 |
Application log
Log session start time Tue Oct 05 17:39:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_17-39-50 |
| 2239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2301 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2362 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2412 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 17:39 |
| 22539 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/myaccount/punchoutRequestHandler.jsp;jsessionid=4xEQj2ANWStwLYg8D4pwLENMUSRfX5knPoNAXBRJ.02?esid=4xEQj2ANWStwLYg8D4pwLENMUSRfX5knPoNAXBRJ.02 |
| 24841 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 36975 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 46622 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
Application log
Log session start time Tue Oct 05 17:42:17 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_17-42-17 |
| 2143 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2163 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2174 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2187 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2219 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2299 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2365 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 17:42 |
| 22694 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/myaccount/punchoutRequestHandler.jsp;jsessionid=BBBitTfOuIy88UxemoBT3vL7PtEhBY7w4ucgyyEX.01?esid=BBBitTfOuIy88UxemoBT3vL7PtEhBY7w4ucgyyEX.01 |
| 26876 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 37475 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 46155 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 51425 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 59130 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 64162 |
TestNG |
INFO |
Kaman |
Keywords.java:322 |
URL : http://kit08wmisd:5556/web/viewshoppingcart.jspWhich you are looking for Webelement has been found successfully... |
| 64200 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_PunchOut_User at time : 2021-10-05 17:42 |
| 64403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 64417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 64432 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 64447 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 64460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 64472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 64484 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 64498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 64511 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 64887 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_17-43-22 |
Application log
Log session start time Tue Oct 05 21:56:54 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_21-56-54 |
| 2728 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2747 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2756 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2768 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2782 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2791 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2802 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2814 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2825 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2835 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2844 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2853 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2860 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2869 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2878 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2902 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2912 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2925 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2931 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2946 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2957 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2965 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2977 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2985 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 3012 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 21:56 |
| 8417 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 21675 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 26922 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 32186 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 42293 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 50773 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 56323 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 76580 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:57637}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 26d0f24a22c65dfab3de995d57dd5495
*** Element info: {Using=css selector, value=div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 76668 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 76681 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 76735 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 21:58 |
| 80332 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
Application log
Log session start time Tue Oct 05 21:58:51 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_21-58-51 |
| 2253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2445 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2474 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2484 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2492 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2524 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 21:58 |
| 7679 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 15994 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 21274 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 26650 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 36363 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 44995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 50433 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 70645 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"}
(Session info: chrome=94.0.4606.71)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.71, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54886}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5346d1611ccc93a29e6a61d3c3076aba
*** Element info: {Using=css selector, value=div.paddingIMP:nth-child(4) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 70758 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 70772 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 70832 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 22:00 |
| 73672 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 73962 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 79224 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 84471 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 93761 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
Application log
Log session start time Tue Oct 05 22:02:40 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-05_22-02-40 |
| 2155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2186 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2261 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2271 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2331 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2357 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2414 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 22:02 |
| 7912 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
| 17326 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 22568 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 27847 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 36294 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 44426 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 49868 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 55236 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 68385 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 73775 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 86951 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 87069 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC30_Verify_ pagination_SortBy_filteronPLP at time : 2021-10-05 22:02 |
| 87322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 87335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 87764 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-05_22-04-08 |
Application log
Log session start time Mon Oct 11 20:52:34 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_20-52-34 |
| 3869 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-11 20:52 |
| 13606 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 25724 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-11 20:52 |
| 26239 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-11 20:53 |
| 28317 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 31666 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
Application log
Log session start time Mon Oct 11 20:56:37 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_20-56-37 |
| 2869 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-11 20:56 |
| 16963 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 17568 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-11 20:56 |
| 17999 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-11 20:56 |
| 23002 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 25447 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 40467 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 45626 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 45659 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-11 20:56 |
| 45803 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-11 20:57 |
| 51382 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 11 21:42:46 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-42-46 |
| 3034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3072 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3106 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3138 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3156 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3203 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3349 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:42 |
| 8703 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 22517 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 55077 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50950}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: a9d5e7c1b318dac13d500519a1baa1d6
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 55178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 55213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 55230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 55250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 55278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 55297 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 55330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 55347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 55378 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 55411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 55427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 55463 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 55480 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 55507 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 55597 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:43 |
| 60239 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
Application log
Log session start time Mon Oct 11 21:48:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-48-05 |
| 3025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3077 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3097 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3193 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3330 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:48 |
| 8228 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 18685 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 34521 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 44962 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 65152 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > a"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58319}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e87b39d7992e170b77a9e9fe572bfaa0
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > a}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 65238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 65247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 65254 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 65263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 65272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 65285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 65291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 65302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 65309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 65320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 65333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 65340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 65353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 65358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 65391 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:49 |
Application log
Log session start time Mon Oct 11 21:50:23 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-50-23 |
| 2479 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2514 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2541 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2553 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2582 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2619 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 2671 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:50 |
| 4859 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 13628 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 29106 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 39558 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 44803 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:439 |
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(2) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59962}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: bbeac72cd1e3c4ce668c0d70f19fa0e5
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(2) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 44933 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 44964 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 44997 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 45018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 45047 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 45064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 45102 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 45117 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 45133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 45164 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 45180 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 45218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 45233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 45253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 45347 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:51 |
| 48891 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 51262 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 66340 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 76887 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 82045 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:145 |
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(2) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59962}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: bbeac72cd1e3c4ce668c0d70f19fa0e5
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(2) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 82467 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-11_21-51-46 |
Application log
Log session start time Mon Oct 11 21:52:47 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-52-47 |
| 3002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3140 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3319 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:52 |
| 5714 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 14571 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 30103 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 40530 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 60674 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(3) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > li > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(3) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > li > a"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58430}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 00cba89e092ccb25d37ffbb7854fff32
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(3) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > li > a}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 60771 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 60784 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 60792 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 60801 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 60811 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 60823 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 60831 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 60836 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 60843 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 60853 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 60859 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 60877 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 60888 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 60892 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 60932 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:53 |
Application log
Log session start time Mon Oct 11 21:54:09 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-54-09 |
| 2971 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2995 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3007 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3048 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3072 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3123 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:54 |
| 9053 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 20968 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 36868 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 47264 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
Application log
Log session start time Mon Oct 11 21:56:12 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-56-12 |
| 2939 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2986 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3035 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3068 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3137 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:56 |
| 7945 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 15222 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 30871 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 41243 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 51948 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 52127 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 52249 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:56 |
| 52446 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 52456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 52460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 52478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 52490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 52502 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 52511 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 52530 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 52535 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 52557 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 52570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 52581 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 52591 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 52591 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 52913 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-11_21-57-05 |
Application log
Log session start time Mon Oct 11 21:58:03 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_21-58-03 |
| 3021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3056 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3141 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3173 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3222 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3334 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:58 |
| 8106 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 19305 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 35053 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 45420 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 56207 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 56386 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 56564 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-11 21:58 |
| 56985 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 57002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 57027 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 57048 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 57077 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 57109 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 57127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 57150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 57172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 57178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 57194 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 57248 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-11 21:59 |
| 63176 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 63467 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 74866 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 75118 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 75572 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 93354 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 103729 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 137045 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1)"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61781}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e2de0d40c539d8bf4602d61b88e5d86e
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor38.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 137198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 137215 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 137333 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-11 22:00 |
| 141502 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 141784 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 149493 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 150072 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 150353 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 162550 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 173025 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 206276 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1)"}
(Session info: chrome=94.0.4606.81)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 94.0.4606.81, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61781}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e2de0d40c539d8bf4602d61b88e5d86e
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor38.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 206964 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-11_22-01-30 |
Application log
Log session start time Mon Oct 11 22:13:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-11_22-13-35 |
| 3038 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3091 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3111 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3161 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_ Verify_cart_operations has been skipped for this execution... |
| 3347 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-11 22:13 |
| 8216 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 21589 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 37695 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 48148 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision2 Successfully identified |
| 58366 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CompareProducts Successfully identified |
| 58535 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : ComparisonsWhich you are looking for Webelement ComaparisonPageHeader has been found successfully... |
| 58768 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC09_Verify_product_comparison at time : 2021-10-11 22:13 |
| 59109 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 59124 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 59157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 59181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 59198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_MYACC_RegisteredUser has been skipped for this execution... |
| 59224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_UserRegistration has been skipped for this execution... |
| 59257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_Store_room has been skipped for this execution... |
| 59274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 59306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_Search_Typeahead has been skipped for this execution... |
| 59324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_Find_a_Branch_Guestuser has been skipped for this execution... |
| 59358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC22_Verify_PDP_Page has been skipped for this execution... |
| 59464 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-11 22:14 |
| 63796 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ec.kamandirect.com/storeus/ |
| 64177 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 72384 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 72645 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : logixal.sanity@yopmail.com |
| 73072 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 93447 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 103823 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement QuickOrder Successfully identified |
| 118725 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber1 Successfully identified |
| 121180 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber2 Successfully identified |
| 123667 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber3 Successfully identified |
| 126194 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber4 Successfully identified |
| 128776 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber5 Successfully identified |
| 131360 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber6 Successfully identified |
| 133966 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber7 Successfully identified |
| 136522 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber8 Successfully identified |
| 138982 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber9 Successfully identified |
| 141583 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber10 Successfully identified |
| 144139 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber11 Successfully identified |
| 146682 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber12 Successfully identified |
| 149330 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber13 Successfully identified |
| 151885 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber14 Successfully identified |
| 154496 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber15 Successfully identified |
| 157038 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber16 Successfully identified |
| 159714 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber17 Successfully identified |
| 162355 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber18 Successfully identified |
| 165037 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber19 Successfully identified |
| 167612 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement partnumber20 Successfully identified |
| 185770 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ContinueButton Successfully identified |
| 206831 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartButton Successfully identified |
| 211993 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartheader has been found successfully... |
| 212325 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement MyaccountSection Successfully identified |
| 222811 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Logout Successfully identified |
| 222898 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Adding_MultipleItems_QuickOrder at time : 2021-10-11 22:14 |
| 223153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC25_Clearing_Storerooms_List has been skipped for this execution... |
| 223178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Verify_ pagination_SortBy_filteronPLP has been skipped for this execution... |
| 223590 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-11_22-17-18 |
Application log
Log session start time Thu Oct 14 15:33:49 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-14_15-33-49 |
| 3672 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3730 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3761 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3777 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3799 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3830 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3845 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3878 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3907 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3912 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3947 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3962 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3978 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4010 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4047 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4069 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4085 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4118 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4169 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 4184 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 4208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 4243 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 4262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 4277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 4311 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.io.FileNotFoundException: .\Input_files\Actual_testcases\Kaman\ECTEST\ALL_PAGES\END_TO_END\TC30_Verify_ pagination_SortBy_filteronPLP.xlsx (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:70)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 4395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 4428 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 4463 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
java.io.FileNotFoundException: .\Input_files\Actual_testcases\Kaman\ECTEST\ALL_PAGES\END_TO_END\TC30_Verify_ pagination_SortBy_filteronPLP.xlsx (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:70)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 5048 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-14_15-33-55 |
Application log
Log session start time Wed Oct 20 09:19:17 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
?:? |
Execution started on 2021-10-20_09-19-17 |
Application log
Log session start time Tue Oct 26 09:00:39 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_09-00-39 |
| 3312 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-26 09:00 |
| 15680 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/storeus/ |
Application log
Log session start time Tue Oct 26 09:01:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_09-01-35 |
| 2882 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-26 09:01 |
| 44822 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 45428 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-26 09:01 |
| 45844 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 09:02 |
| 68444 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 72633 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59703}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 125e39aa1c0b0b7e069f0845c17e8365
*** Element info: {Using=css selector, value=#atg_store_searchInput}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Tue Oct 26 10:47:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_10-47-50 |
| 2380 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2424 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 10:47 |
| 62333 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 64721 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 114783 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_facets > div:nth-of-type(3) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_facets > div:nth-of-type(3) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59124}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 79d9ac9cb9a6776057df7daadc677ea8
*** Element info: {Using=css selector, value=#atg_store_facets > div:nth-of-type(3) > div}
at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 114858 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 114872 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 114883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 114892 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 114903 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 114914 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 114922 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 114929 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 114939 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 114949 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 114956 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 114966 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 114983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 114993 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 115003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 115015 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 115021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 115021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 115043 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 115050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 115059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 115065 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 115076 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 115086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 115099 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 115107 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 115151 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 10:49 |
Application log
Log session start time Tue Oct 26 10:53:56 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_10-53-56 |
| 2291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 10:53 |
| 66980 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 69295 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 84524 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 91758 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 91802 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-26 10:53 |
| 92041 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 92052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 92072 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 92083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 92105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 92124 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 92141 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 92159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 92172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 92181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 92197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 92213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 92230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 92247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 92270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 92290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 92307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 92324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 92339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 92356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 92367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 92370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 92388 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 92419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 92430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 92446 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 92892 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_10-55-29 |
Application log
Log session start time Tue Oct 26 10:55:59 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_10-55-59 |
| 2296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2374 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 10:56 |
| 52626 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 54991 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 92461 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 92486 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 10:56 |
| 92715 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 92730 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 92746 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 92750 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 92776 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 92786 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 92807 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 92821 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 92840 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 92850 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 92872 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 92890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 92901 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 92925 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 92943 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 92944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 92973 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 92980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 93004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 93021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 93025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 93052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 93068 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 93084 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 93100 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 93467 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_10-57-32 |
Application log
Log session start time Tue Oct 26 11:01:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-01-29 |
| 2174 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2202 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2233 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 11:01 |
| 54765 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 55094 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 78265 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 78348 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 98568 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_facets > div:nth-of-type(3) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_facets > div:nth-of-type(3) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cb29571f8a1b8fd9fb113b1dc97248b2
*** Element info: {Using=css selector, value=#atg_store_facets > div:nth-of-type(3) > div}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 98678 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 98697 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 98720 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 98746 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 98763 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 98780 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 98797 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 98820 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 98838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 98855 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 98871 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 98889 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 98906 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 98921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 98921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 98938 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 98956 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 98974 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 98990 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 99007 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 99021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 99033 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 99053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 99064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 99132 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 11:03 |
| 146467 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 146728 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 163222 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 163284 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 183540 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_facets > div:nth-of-type(3) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_facets > div:nth-of-type(3) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cb29571f8a1b8fd9fb113b1dc97248b2
*** Element info: {Using=css selector, value=#atg_store_facets > div:nth-of-type(3) > div}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 184042 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-04-33 |
Application log
Log session start time Tue Oct 26 11:15:15 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-15-15 |
| 2269 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2340 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 11:15 |
| 43823 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 44193 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 55487 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 55544 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 55653 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 55708 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-26 11:15 |
| 55907 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 55924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 55940 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 55958 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 55963 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 55980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 56007 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 56025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 56035 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 56046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 56064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 56083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 56110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 56123 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 56129 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 56146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 56162 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 56179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 56197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 56211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 56213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 56231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 56247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 56265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 56690 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-16-11 |
Application log
Log session start time Tue Oct 26 11:16:41 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-16-41 |
| 2223 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2242 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2302 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 11:16 |
| 35027 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 35367 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 40669 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 45915 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 58996 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 59140 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 11:16 |
| 59434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 59461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 59477 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 59492 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 59507 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 59527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 59545 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 59564 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 59575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 59607 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 59623 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 59639 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 59656 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 59677 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 59702 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 59709 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 59730 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 59743 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 59759 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 59760 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 59781 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 59789 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 59813 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 60219 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-17-41 |
Application log
Log session start time Tue Oct 26 11:18:04 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-18-04 |
| 2210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2255 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2299 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 11:18 |
| 46823 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 47192 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 55473 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 80663 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_content > div > h1 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_content > div > h1"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51050}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 3d7c18771e9b160e02ec6e14eb13f006
*** Element info: {Using=css selector, value=#atg_store_content > div > h1}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 80830 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 80861 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 80879 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 80903 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 80921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 80944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 80949 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 80966 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 80983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 81004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 81021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 81040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 81058 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 81061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 81078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 81104 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 81104 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 81122 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 81139 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 81155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 81175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 81192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 81257 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 11:19 |
| 86634 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 11:21:59 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-21-59 |
| 2226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2316 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 11:22 |
| 39564 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 39905 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 48014 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 53350 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 11:22 |
| 53614 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 53636 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 53659 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 53676 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 53692 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 53716 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 53725 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 53743 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 53759 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 53791 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 53805 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 53817 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 53834 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 53851 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 53858 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 53876 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 53894 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 53910 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 53916 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 53934 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 53952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 53952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 54368 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-22-54 |
Application log
Log session start time Tue Oct 26 11:28:37 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-28-37 |
| 2237 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2335 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-26 11:28 |
| 37092 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 39450 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 50693 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 71000 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56144}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: bb189ff43832978213bc916cb39c638e
*** Element info: {Using=css selector, value=html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 71074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 71092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 71108 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 71128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 71134 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 71156 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 71173 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 71190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 71206 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 71224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 71234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 71251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 71268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 71288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 71306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 71316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 71335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 71350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 71352 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 71372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 71389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 71455 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-26 11:29 |
| 113051 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 115314 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 127264 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 147472 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56144}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: bb189ff43832978213bc916cb39c638e
*** Element info: {Using=css selector, value=html body.category.atg_store_leftCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content.category div.col-xs-12.padding-none div#atg_store_two_column_main.atg_store_main.col-xs-12.col-sm-8.col-md-9.filterBox div.row div#ajaxContainer div div#atg_store_catSubProdList div.col-xs-12.topMargin10 div#atg_store_prodList.col-xs-12 div#atg_store_product.atg_store_product.item.list-group-item.col-md-3 div.row form#addToCart div.product-details.col-xs-9.col-md-5 a h3}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 147945 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-31-05 |
Application log
Log session start time Tue Oct 26 11:37:31 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-37-31 |
| 2185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2246 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-26 11:37 |
| 46847 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 49168 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 60500 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 71345 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 71454 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-26 11:37 |
| 71800 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 71838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 71856 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 71882 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 71899 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 71918 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 71921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 71939 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 71970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 71983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 72001 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 72004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 72021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 72037 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 72044 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 72061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 72079 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 72083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 72099 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 72116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 72133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 72525 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-38-44 |
Application log
Log session start time Tue Oct 26 11:42:43 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-42-43 |
| 2240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2301 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2312 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2401 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2429 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2477 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2500 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2503 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2516 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 2777 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-42-46 |
Application log
Log session start time Tue Oct 26 11:43:20 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-43-20 |
| 2179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2241 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2294 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 11:43 |
| 53646 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 54080 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 71087 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 85521 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 105232 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 121470 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 136841 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 152854 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 173006 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 9f3fb70a671d37f914e9222713095989
*** Element info: {Using=css selector, value=#atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 173116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 173128 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 173146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 173168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 173195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 173209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 173228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 173239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 173260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 173277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 173288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 173310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 173318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 173337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 173348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 173361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 173377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 173387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 173407 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 173424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 173493 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 11:46 |
| 207903 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 208144 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 224652 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 234700 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 246982 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 261112 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 276496 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 292940 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 313131 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55331}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 9f3fb70a671d37f914e9222713095989
*** Element info: {Using=css selector, value=#atg_store_content > form > div:nth-of-type(4) > div:nth-of-type(2) > div > div > ul > li:nth-of-type(3) > div > ul > li:nth-of-type(4)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 313687 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-48-34 |
Application log
Log session start time Tue Oct 26 11:55:00 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_11-55-00 |
| 2131 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2202 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2237 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 11:55 |
| 38371 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 38724 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 54806 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 65052 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 74245 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 87903 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 103270 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 115812 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 136280 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_checkout (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50648}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 82ae9beeae45635aaeebb1b87cd8a2d1
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 136342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 136360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 136360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 136381 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 136394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 136402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 136411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 136429 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 136440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 136444 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 136461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 136461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 136478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 136490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 136490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 136515 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 136527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 136527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 136544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 136572 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 136648 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 11:57 |
| 161434 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 161674 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 177672 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 188159 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 200289 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 214045 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 229434 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 241571 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 262209 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_checkout (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50648}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 82ae9beeae45635aaeebb1b87cd8a2d1
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 262725 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_11-59-23 |
Application log
Log session start time Tue Oct 26 12:01:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_12-01-10 |
| 2219 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2336 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 12:01 |
| 55958 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 56293 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 72363 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 82433 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 92718 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 106313 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 121704 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 136651 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
Application log
Log session start time Tue Oct 26 12:26:30 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_12-26-30 |
| 2274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2378 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 12:26 |
| 77851 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 78222 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 94128 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 106223 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 116748 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 131157 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 146517 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 159363 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 184792 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_checkout (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:52453}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 324d54cd8bb9d8096d4337b4a81a12b6
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 184908 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 184935 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 184941 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 184958 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 184975 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 184992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 185010 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 185018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 185035 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 185052 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 185070 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 185086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 185086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 185103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 185121 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 185146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 185151 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 185169 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 185186 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 185203 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 185268 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 12:29 |
Application log
Log session start time Tue Oct 26 12:31:16 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_12-31-16 |
| 2304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2459 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 12:31 |
| 41867 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 42220 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 58203 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
Application log
Log session start time Tue Oct 26 12:35:52 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_12-35-52 |
| 2327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2349 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2447 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 12:35 |
| 40034 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 40409 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 56187 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 2681196 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 2691662 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 2730869 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 2746264 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 2775583 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #lsMessageList > li (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#lsMessageList > li"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63196}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 80d85b5e90dcf7590718ae7e1f2af99a
*** Element info: {Using=css selector, value=#lsMessageList > li}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 2775692 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2775705 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2775717 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2775727 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2775741 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2775751 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2775762 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2775774 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2775785 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2775796 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2775807 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2775816 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2775827 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2775837 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2775846 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2775855 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2775867 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2775890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2775903 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2775913 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 2775961 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 13:22 |
| 2816377 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 2816695 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 2833526 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 2843407 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 2854065 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 2868049 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 2883477 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 2897266 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
Application log
Log session start time Tue Oct 26 13:29:24 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_13-29-24 |
| 3048 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3104 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3137 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3171 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3222 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3329 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 13:29 |
| 42017 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 42427 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 58937 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 69439 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 79134 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 92748 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 108106 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 120500 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 131259 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 141670 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 155931 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 156012 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 156089 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-10-26 13:29 |
| 156460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 156505 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 156540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 156573 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 156590 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 156623 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 156650 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 156660 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 156675 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 156707 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 156723 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 156756 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 156776 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 156791 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 156809 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 156824 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 156856 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 156880 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 156895 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 156930 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 157555 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_13-32-01 |
Application log
Log session start time Tue Oct 26 13:33:53 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_13-33-53 |
| 2952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3020 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3069 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3100 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3121 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3154 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3237 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-26 13:33 |
| 43605 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 45975 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 118540 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61986}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1086fb0fc3561466b59242ea0bd1e9dc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 118668 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 118680 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 118701 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 118734 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 118757 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 118780 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 118814 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 118830 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 118856 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 118872 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 118906 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 118924 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 118940 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 118974 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 118994 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 119013 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 119030 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 119059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 119089 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 119170 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-26 13:35 |
| 162753 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 165101 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 191639 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61986}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1086fb0fc3561466b59242ea0bd1e9dc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 192303 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_13-37-05 |
Application log
Log session start time Tue Oct 26 13:43:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_13-43-08 |
| 3039 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3093 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3139 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3173 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3221 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3364 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 13:43 |
| 34175 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 36572 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 48455 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 48592 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 13:43 |
| 48970 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 49002 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 49028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 49047 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 49064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 49095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 49122 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 49138 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 49172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 49194 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 49211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 49238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 49254 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 49271 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 49286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 49325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 49345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 49373 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 49979 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_13-43-58 |
Application log
Log session start time Tue Oct 26 14:23:45 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_14-23-45 |
| 3106 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3206 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3256 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3334 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3457 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 14:23 |
| 47400 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 49905 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 61319 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 66602 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 68938 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 14:23 |
| 69256 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 69282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 69298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 69315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 69338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 69364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 69386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 69405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 69435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 69456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 69479 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 69505 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 69527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 69540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 69571 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 69587 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 69620 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 70199 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_14-24-56 |
Application log
Log session start time Tue Oct 26 14:25:21 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_14-25-21 |
| 3250 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3349 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3581 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 14:25 |
| 52998 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 53384 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 69373 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 79570 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 89088 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 98508 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 108873 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 121264 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 123933 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 134249 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 134309 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 14:25 |
| 134649 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 134674 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 134697 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 134722 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 134739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 134772 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 134797 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 134814 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 134840 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 134858 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 134890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 134897 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 134929 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 134946 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 134983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 134998 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 135613 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_14-27-37 |
Application log
Log session start time Tue Oct 26 16:47:48 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_16-47-48 |
| 2949 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-26 16:47 |
| 58063 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 58698 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-26 16:47 |
| 59243 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 16:48 |
| 109327 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 111649 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 128167 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 138038 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 138099 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-26 16:48 |
| 138380 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 16:50 |
| 188767 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 191121 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 210479 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 210515 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 16:50 |
| 210772 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 16:51 |
| 243142 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 243457 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 255903 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 256034 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 256154 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 256188 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-26 16:51 |
| 256426 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 16:52 |
| 280057 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 280351 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 285685 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 291053 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 300874 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 301020 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 16:52 |
| 301203 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 16:52 |
| 333975 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 334264 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 345375 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 350726 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 16:52 |
| 350960 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-26 16:53 |
| 385041 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 387394 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 398719 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 407743 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 407928 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-26 16:53 |
| 408123 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 16:54 |
| 442996 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 443273 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 459229 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 469015 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 479002 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 492779 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 508128 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 520239 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 530938 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 541324 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 555787 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 555894 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 555942 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-10-26 16:54 |
| 556190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 556243 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 16:57 |
| 581730 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 584066 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 589723 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 589859 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 16:57 |
| 590065 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 16:57 |
| 620098 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 622368 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 627582 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 632950 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 634730 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 16:57 |
| 634899 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 16:58 |
| 669192 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 669466 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 686396 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 695640 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 705651 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 713805 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 724181 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 736193 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 739005 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 749605 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 749648 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 16:58 |
| 749836 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 749852 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 749887 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 749914 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 749936 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 749953 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 749974 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 749992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 750009 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 750036 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 750053 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 750081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 750098 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 750115 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 750141 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 750149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 750752 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_17-00-19 |
Application log
Log session start time Tue Oct 26 17:03:09 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-03-09 |
| 2767 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2818 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2834 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2865 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2902 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2929 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2947 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2978 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3001 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3036 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3069 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3202 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:03 |
| 50881 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 51334 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 66671 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 76297 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 85545 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 93790 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 104207 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 113816 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 125732 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/order/purchase/CartModifierFormHandler.checkout" style="width:100%; padding:7px 24px; margin-top:8px; margin-bottom:8px; " id="atg_store_checkout" type="submit" class="btn t1-btn t1-btn-primary" value="Checkout"> is not clickable at point (1227, 592). Other element would receive the click: <p class="text-center anonymous-header hidden-xs hidden-sm">...</p>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61721}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 30fd7d78f9ade42ab4f25e5591251486
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 125849 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 125883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 125916 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 125932 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 125952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 125982 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 125998 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 126017 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 126049 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 126063 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 126095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 126117 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 126132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 126167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 126186 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 126299 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:05 |
| 134737 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 138845 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61721}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 30fd7d78f9ade42ab4f25e5591251486
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Tue Oct 26 17:07:13 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-07-13 |
| 3059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3118 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3276 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3473 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:07 |
| 40899 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 41369 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 57429 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 67401 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 76464 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 86294 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 96678 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 106734 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 122853 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 142949 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_checkoutProgressContainer > div > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_checkoutProgressContainer > div > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59585}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f3ca482d8cad6c9b6be0e25102597192
*** Element info: {Using=css selector, value=#atg_store_checkoutProgressContainer > div > div}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 143067 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 143093 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 143110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 143142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 143167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 143192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 143210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 143239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 143260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 143281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 143310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 143330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 143358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 143382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 143402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 143533 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:09 |
| 171692 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 17:25:20 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-25-20 |
| 2707 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2758 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2786 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2809 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2826 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2845 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2876 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2910 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2928 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2960 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2982 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3154 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:25 |
| 36663 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 37049 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 52229 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 62166 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 71935 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 80222 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 90587 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 100448 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 114974 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 125028 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 125734 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 146021 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.ENTERTEXT(Keywords.java:394)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:125)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51238}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 94443977505b6c05a8c6a4fa535e6ee7
*** Element info: {Using=css selector, value=html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 146120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 146130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 146141 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 146149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 146157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 146163 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 146169 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 146180 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 146187 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 146195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 146207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 146216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 146224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 146231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 146236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 146283 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:27 |
| 152536 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 156676 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51238}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 94443977505b6c05a8c6a4fa535e6ee7
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Tue Oct 26 17:29:02 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 1 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-29-02 |
| 3033 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3080 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3136 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3189 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3254 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3357 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3499 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:29 |
| 30749 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 31198 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 47242 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 56458 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 65760 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 73750 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 84177 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 94958 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 111568 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 121829 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 126993 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 147453 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.ENTERTEXT(Keywords.java:394)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:125)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:52907}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c3456f8151d211597c89448b19839a49
*** Element info: {Using=css selector, value=html body.atg_store_pageShipping.atg_store_checkout.atg_store_rightCol div#mm-0.mm-page.mm-slideout div#atg_store_container div#atg_store_main div.overlay-content div#atg_store_contentContainer.container.containerie8 div#atg_store_content div#atg_store_checkout.atg_store_main.col-md-8 div#atg_store_checkoutOptionArea.atg_store_checkoutOption.row form#atg_store_checkoutShippingAddress.atg_store_checkoutOption div#atg_store_createNewShippingAddress.col-xs-12 fieldset.atg_store_createNewShippingAddress.fix-form-fields ul.atg_store_basicForm.atg_store_addNewAddress.form-horizontal li.email-form-field.form-group.marginRight5 div.col-sm-8 input#atg_store_EmailInput.form-control}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 147559 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 147567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 147582 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 147590 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 147597 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 147601 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 147608 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 147625 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 147633 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 147640 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 147647 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 147652 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 147665 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 147674 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 147684 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 147735 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:31 |
| 153666 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 17:33:45 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-33-45 |
| 3116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3609 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:33 |
| 65112 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 65535 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 84811 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 94937 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 105289 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 113961 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 124316 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 134993 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 150262 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 160868 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 209169 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
Application log
Log session start time Tue Oct 26 17:39:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-39-32 |
| 3026 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3144 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3177 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3465 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:39 |
| 35108 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 35548 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 52767 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 62370 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 72084 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 80661 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 91036 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 100369 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 115190 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 125255 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 130424 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 152511 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56836}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 42e82a08e66da2b3d0de17f3ef093d0f
*** Element info: {Using=css selector, value=#atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 152615 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 152658 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 152679 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 152712 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 152727 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 152744 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 152778 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 152797 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 152829 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 152844 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 152873 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 152901 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 152923 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 152944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 152964 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 153097 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:42 |
| 177422 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 177686 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 194130 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 203471 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 213885 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 222468 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 232824 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 243108 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 258345 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 268366 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 273530 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 295598 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:56836}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 42e82a08e66da2b3d0de17f3ef093d0f
*** Element info: {Using=css selector, value=#atg_store_createNewShippingAddress > fieldset > div:nth-of-type(2) > span > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 296245 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_17-44-28 |
Application log
Log session start time Tue Oct 26 17:47:57 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_17-47-57 |
| 3077 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3152 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3186 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3235 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3294 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3496 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:48 |
| 45855 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 46342 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 62103 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 72667 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 82659 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 92345 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 102742 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 112178 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 127270 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 137518 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 142664 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 164381 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 184706 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_checkout > div.row.guest-shipingbtn > span > input.btn.btn-info (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_checkout > div.row.guest-shipingbtn > span > input.btn.btn-info"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61292}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 72e7875d1806a4e76de9d06e93d44de8
*** Element info: {Using=css selector, value=#atg_store_checkout > div.row.guest-shipingbtn > span > input.btn.btn-info}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 184809 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 184829 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 184853 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 184870 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 184904 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 184921 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 184955 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 184971 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 185003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 185021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 185050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 185062 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 185083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 185103 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 185123 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 185233 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 17:51 |
| 188208 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 18:03:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-03-29 |
| 2908 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2965 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2997 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3028 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3068 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3087 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3150 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3202 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3351 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 18:03 |
| 147867 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 148267 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 168219 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 178212 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 191104 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 200225 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 210606 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 221995 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 237507 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 248383 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 253505 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 269257 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 292159 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 294801 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 297384 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 299989 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 302388 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 304747 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 310227 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 323283 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 18:03 |
| 323618 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 323634 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 323653 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 323684 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 323701 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 323733 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 323749 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 323783 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 323802 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 323827 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 323845 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 323861 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 323884 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 323899 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 323916 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 324490 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-08-54 |
Application log
Log session start time Tue Oct 26 18:15:02 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-15-02 |
| 3035 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3082 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3162 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3210 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3235 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3269 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3336 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3587 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-26 18:15 |
| 69781 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 80193 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 90614 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 90883 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : archanamithoor@gmail.com |
| 91089 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : kaman123 |
| 138866 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 26 18:19:44 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-19-44 |
| 2998 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3041 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3100 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3142 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3191 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3241 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3584 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-26 18:19 |
| 26216 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 36661 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 44593 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 44854 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 45023 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 64511 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 89916 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: .account-text > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":".account-text > span:nth-child(1)"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59490}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 220d3ce4fcd762871d2960ce7ba0059c
*** Element info: {Using=css selector, value=.account-text > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 90114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 90149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 90173 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 90191 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 90224 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 90252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 90271 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 90287 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 90319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 90335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 90355 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 90379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 90405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 90519 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-10-26 18:21 |
| 108951 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 119262 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 128144 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 128419 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 128571 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 138541 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 26 18:23:41 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-23-41 |
| 3061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3095 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3113 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3135 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3166 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3530 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:23 |
| 26895 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 37362 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 47830 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 68128 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_registerFirstName (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:52293}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 53284246b78c36a4860a52a1d52cb0e4
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 68227 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 68265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 68281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 68298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 68333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 68349 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 68386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 68403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 68428 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 68450 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 68473 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 68491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 68621 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:24 |
| 71941 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 82378 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 91650 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 111866 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_registerFirstName (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:52293}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 53284246b78c36a4860a52a1d52cb0e4
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 112529 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-25-34 |
Application log
Log session start time Tue Oct 26 18:30:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-30-08 |
| 3017 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3066 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3097 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3147 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3297 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3415 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3528 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:30 |
| 28214 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 38669 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 49519 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 54840 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 58211 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input maxlength="40" name="/atg/store/profile/RegistrationFormHandler.value.firstName" aria-required="true" id="atg_store_registerFirstName" type="text" data-name="First Name" value="" class="form-control clearable"> is not clickable at point (242, 418). Other element would receive the click: <label for="atg_store_registerFirstName">...</label>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53796}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 0c14949c002e7191b51bfdf17634c691
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:227)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 58325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 58358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 58376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 58413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 58425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 58459 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 58487 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 58508 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 58529 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 58557 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 58579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 58600 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 58694 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:31 |
| 61486 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 18:32:29 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-32-29 |
| 2982 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3080 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3099 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3131 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3147 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3462 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:32 |
| 31126 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 41569 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 50782 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 56120 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 64578 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input maxlength="40" name="/atg/store/profile/RegistrationFormHandler.value.firstName" aria-required="true" id="atg_store_registerFirstName" type="text" data-name="First Name" value="" class="form-control clearable"> is not clickable at point (242, 418). Other element would receive the click: <label for="atg_store_registerFirstName">...</label>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61457}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1ceb1ebd58aaed775e5d1163ab062457
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:227)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 64692 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 64710 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 64727 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 64760 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 64770 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 64787 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 64824 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 64847 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 64870 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 64886 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 64917 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 64933 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 65043 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:33 |
| 67563 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 77950 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 85462 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 90833 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 99293 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input maxlength="40" name="/atg/store/profile/RegistrationFormHandler.value.firstName" aria-required="true" id="atg_store_registerFirstName" type="text" data-name="First Name" value="" class="form-control clearable"> is not clickable at point (242, 418). Other element would receive the click: <label for="atg_store_registerFirstName">...</label>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61457}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1ceb1ebd58aaed775e5d1163ab062457
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:227)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 99587 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-34-09 |
Application log
Log session start time Tue Oct 26 18:35:22 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-35-22 |
| 3178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3482 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3514 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3533 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3559 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3574 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3721 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:35 |
| 29444 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 39952 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 51426 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 56771 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 110989 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input maxlength="40" name="/atg/store/profile/RegistrationFormHandler.value.firstName" aria-required="true" id="atg_store_registerFirstName" type="text" data-name="First Name" value="" class="form-control clearable"> is not clickable at point (242, 418). Other element would receive the click: <label for="atg_store_registerFirstName">...</label>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59861}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 44452783192857f5b39eb0bc7591c5f9
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:227)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 111116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 111143 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 111157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 111167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 111183 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 111196 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 111211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 111226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 111242 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 111272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 111289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 111307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 111459 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:37 |
| 130558 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 140926 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 150496 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 155795 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
Application log
Log session start time Tue Oct 26 18:40:01 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-40-01 |
| 3208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3294 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3526 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3564 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3593 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3615 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3797 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:40 |
| 32752 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 43220 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 54176 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 59551 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
Application log
Log session start time Tue Oct 26 18:42:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-42-10 |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3107 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3140 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3158 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3178 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3209 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3380 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3443 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3559 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:42 |
| 33490 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 43968 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 55344 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 60696 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 66890 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:439 |
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#ctmNotRequested"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50803}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e51b8a5cbae7a8c64a50985add184fa6
*** Element info: {Using=id, value=ctmNotRequested}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:372)
at org.openqa.selenium.By$ById.findElement(By.java:188)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at com.operations.Common.Keywords.CLICK_JS(Keywords.java:249)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:78)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 66956 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 66965 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 66980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 66994 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 67014 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 67023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 67056 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 67073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 67089 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 67127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 67153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 67164 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 67265 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:43 |
| 78471 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 88887 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 94263 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50803}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e51b8a5cbae7a8c64a50985add184fa6
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 94663 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-43-44 |
Application log
Log session start time Tue Oct 26 18:45:42 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-45-42 |
| 2952 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3001 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3050 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3122 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3186 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3235 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3462 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:45 |
| 28181 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 38622 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 50375 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 55712 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 101540 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 106959 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 146765 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 146830 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 18:45 |
| 147229 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 147272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 147318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 147344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 147376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 147392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 147423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 147438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 147471 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 147489 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 147505 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 147539 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 148165 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-48-11 |
Application log
Log session start time Tue Oct 26 18:50:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-50-50 |
| 2954 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3006 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3038 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3056 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3089 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3121 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3264 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-10-26 18:50 |
| 34883 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 37301 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 50197 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPComaparision1 Successfully identified |
| 73348 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53079}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 6a91165d71d5bbcc3ffafb71dbc980de
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(2) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 85759 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_18-52-16 |
Application log
Log session start time Tue Oct 26 18:54:37 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-54-37 |
| 2911 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2953 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2968 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2981 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2995 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3009 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3036 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3073 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3105 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 3267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 3366 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_Verify_Store_room at time : 2021-10-26 18:54 |
| 38986 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 39317 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 48891 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 49105 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 49199 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 61910 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 26 18:58:03 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_18-58-03 |
| 2258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2334 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2373 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2399 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2429 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC17_Verify_Store_room at time : 2021-10-26 18:58 |
| 41278 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 41550 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 51076 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 51262 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 51354 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 61824 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Tue Oct 26 19:02:20 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_19-02-20 |
| 2211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2251 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2312 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2323 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2329 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2370 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2380 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2420 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2471 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2480 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2511 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:02 |
| 25731 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 26066 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 45579 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 65759 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53907}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1de12de0f79954294d64914b7978418c
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 65936 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:03 |
| 90989 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 91244 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 107860 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 119898 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 140118 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53907}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 1de12de0f79954294d64914b7978418c
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 140551 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_19-04-41 |
Application log
Log session start time Tue Oct 26 19:08:51 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_19-08-51 |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2271 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2436 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2471 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2479 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2489 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2512 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2538 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:08 |
| 32916 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 33268 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 54826 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 74974 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58145}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 55b4070a4c9ccbe82d97998148f367fe
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 75145 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:10 |
| 83645 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Tue Oct 26 19:11:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_19-11-08 |
| 2195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2223 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2275 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2286 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2295 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2404 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2443 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2483 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:11 |
| 45067 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 45444 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 64741 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
Application log
Log session start time Tue Oct 26 19:14:30 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_19-14-30 |
| 2149 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-26 19:14 |
| 55057 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 60717 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-26 19:14 |
| 61015 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-26 19:15 |
| 115300 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 117585 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 139903 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 155311 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 155349 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-26 19:15 |
| 155510 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 19:17 |
| 209307 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 211588 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 234585 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 234605 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-26 19:17 |
| 234788 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 19:18 |
| 259429 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 259659 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 273608 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 273696 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 273969 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 19:19 |
| 324955 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 325177 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 330473 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 335771 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 351052 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 351249 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-26 19:19 |
| 351461 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 19:20 |
| 409722 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 409936 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 424924 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 430154 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-26 19:20 |
| 430365 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-26 19:21 |
| 514414 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 516709 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 532534 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 550950 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 551072 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-26 19:21 |
| 551206 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 19:23 |
| 608251 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 608533 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 626709 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 646821 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #filter-container > div:nth-child(1) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#filter-container > div:nth-child(1) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 646884 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 646933 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 19:25 |
| 692160 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 694394 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 711364 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 711511 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-26 19:25 |
| 711712 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 19:26 |
| 776075 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 778393 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 783945 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 789160 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 794749 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-26 19:26 |
| 794893 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 19:27 |
| 825292 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 825589 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 843700 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 863957 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #filter-container > div:nth-child(1) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#filter-container > div:nth-child(1) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 864106 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 19:28 |
| 903694 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 903920 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 929210 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #filter-container > div:nth-child(1) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#filter-container > div:nth-child(1) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > ul > li:nth-child(4) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 929277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 929317 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 929353 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 19:30 |
| 996173 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1006494 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1020951 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 1026217 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 1070914 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 1076272 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 1096497 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #filter-container > div:nth-child(1) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#filter-container > div:nth-child(1) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > ul > li:nth-child(4) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > ul > li > div > ul > li:nth-child(11) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 1096570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 1096587 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 1096611 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 1096613 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 1096630 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 1096646 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 1096663 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 1096678 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 1096680 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 1096697 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 1096713 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 1096731 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:32 |
| 1156810 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1157019 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1177039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1190443 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 1196777 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #filter-container > div:nth-child(1) > div (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#filter-container > div:nth-child(1) > div"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_catNav > li:nth-child(1) > ul > li:nth-child(4) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_header > div > div.row-xs > div.logo-search-padding > div.userLogin.welcome-cart > div.dropdown.atg_store_myaccount_menu.myaccountLogin > ul > li > div > ul > li:nth-child(11) > a (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <img src="/content/images/products/pcat/cdls.jpg" alt="10257"> is not clickable at point (478, 358). Other element would receive the click: <div id="menuOverlay" style="top: 172px;"></div>
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 1196878 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-26 19:34 |
| 1231508 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1231703 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1257104 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1257157 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 1257245 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 1257265 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-26 19:34 |
| 1257438 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 19:35 |
| 1286252 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1286489 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1308892 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1329238 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1329347 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 19:36 |
| 1368007 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1368265 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1383386 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1403672 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1403764 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 19:37 |
| 1448214 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1448496 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1467659 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1487838 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1487949 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 19:39 |
| 1548259 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1558640 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 1575055 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 1580258 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 1621481 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 1626789 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 1663049 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 1663075 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 19:39 |
| 1663269 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-26 19:42 |
| 1673529 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 1673760 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 1689564 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 1701611 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 1711460 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 1724079 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 1729420 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 1734723 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 1749557 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 1749694 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 1769897 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_continue (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_continue"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54602}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f50ce2939ba73f7830b3b2a79587b113
*** Element info: {Using=css selector, value=#atg_store_continue}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1770305 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-26_19-44-01 |
Application log
Log session start time Tue Oct 26 19:45:38 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-26_19-45-38 |
| 2237 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2353 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 19:45 |
| 28235 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 28607 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 49177 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 69608 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 69744 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 69764 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 69775 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 69842 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-26 19:46 |
| 82387 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 82626 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 102209 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 114088 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 134357 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 134590 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-26 19:47 |
| 151326 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 151578 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 168519 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 188670 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50134}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b3ffd80a7dd0a32eb636e11adbc5730
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 188800 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 188819 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 188863 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 19:48 |
| 204943 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 215267 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 229383 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 234671 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 277961 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 283295 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 305305 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 305341 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-10-26 19:48 |
| 305675 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 305703 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 305726 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 305748 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 305767 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 305785 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 305803 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 305824 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 305843 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 305865 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 305881 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 305902 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 305975 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-26 19:50 |
| 316025 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 316305 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 337145 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
Application log
Log session start time Wed Oct 27 09:03:03 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-27_09-03-03 |
| 3200 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-10-27 09:03 |
| 34117 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 34712 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-10-27 09:03 |
| 35099 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-10-27 09:03 |
| 48877 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 51217 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 69228 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 74206 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 74261 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-10-27 09:03 |
| 74495 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-10-27 09:04 |
| 81499 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 83816 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 103365 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 103393 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-10-27 09:04 |
| 103610 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-10-27 09:04 |
| 112091 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 112367 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 131924 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 132077 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 132191 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 132225 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-10-27 09:04 |
| 132441 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-10-27 09:05 |
| 144169 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 144371 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 149634 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 154881 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 168929 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 169090 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-10-27 09:05 |
| 169274 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-10-27 09:05 |
| 173668 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 173920 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 183333 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 188589 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-10-27 09:05 |
| 188792 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-10-27 09:06 |
| 194200 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 196512 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 257026 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 267148 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 267286 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-10-27 09:06 |
| 267468 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-27 09:07 |
| 272920 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 273198 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 288628 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 299528 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 319900 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 320016 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 320050 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-27 09:08 |
| 327012 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 329341 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 335570 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 335698 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-10-27 09:08 |
| 335950 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-27 09:08 |
| 341625 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 343863 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 357334 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 362690 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 366547 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-10-27 09:08 |
| 366832 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-27 09:09 |
| 377944 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 378174 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 392951 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 402812 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 423103 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 423227 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-27 09:10 |
| 431003 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 431295 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 448101 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 468493 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 468575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 468607 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 468642 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-10-27 09:10 |
| 475095 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 485486 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 497100 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 502429 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 544057 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 549423 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 563370 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 563416 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-10-27 09:10 |
| 563647 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 563670 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 563689 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 563707 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 563724 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 563740 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 563765 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 563791 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 563804 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 563824 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 563839 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 563864 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 563923 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-27 09:12 |
| 570021 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 570287 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 586811 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 607286 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 607420 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-10-27 09:13 |
| 614222 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 614528 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 631281 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 651841 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 651948 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-10-27 09:13 |
| 658957 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 659216 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 673574 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 682835 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 703256 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55506}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad3ac7786028e92b84c6f795e120b5d7
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 703914 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-27_09-14-47 |
Application log
Log session start time Wed Oct 27 09:16:42 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-27_09-16-42 |
| 3264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3403 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3571 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-27 09:16 |
| 18692 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 19101 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 38468 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 58832 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51485}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: eaee0b59571dac82cc469d142a2500d8
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 58999 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 59020 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 59047 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 59070 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 59092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 59120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 59139 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 59161 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 59188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 59216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 59237 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 59257 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 59280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 59293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 59318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 59336 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 59369 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 59384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 59418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 59435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 59524 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-27 09:17 |
| 61000 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Wed Oct 27 10:41:48 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-27_10-41-48 |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2271 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2297 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-10-27 10:41 |
| 14631 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 14997 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 46137 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 50280 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61288}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: e90b0da7f4c80e7904214b8155aab296
*** Element info: {Using=css selector, value=#filter-container > div:nth-child(1) > div}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 62612 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-27_10-42-51 |
Application log
Log session start time Wed Oct 27 10:43:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-27_10-43-08 |
| 2328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2369 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2412 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2422 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2442 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2463 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2473 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2497 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2509 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2521 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2532 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2545 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2555 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2566 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2587 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2598 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2608 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2619 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2652 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-27 10:43 |
| 15786 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 16128 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 33538 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LinearMotion Successfully identified |
| 48645 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 80236 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.54)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:65419}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: bf18a502a218ed882771157ea4ac9af3
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 92595 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-10-27_10-44-41 |
Application log
Log session start time Wed Oct 27 10:51:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-10-27_10-51-35 |
| 2241 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2269 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2289 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2308 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2407 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2412 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2424 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2442 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2489 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2504 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2528 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-27 10:51 |
| 15215 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 15564 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 39105 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LinearMotion Successfully identified |
| 50319 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 60161 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 65451 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 70781 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 85667 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 85723 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 105933 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_continue (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_continue"}
(Session info: chrome=95.0.4638.54)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.1.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.54, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:62234}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c6fa79b85ed247a3bccc7f5b244000d8
*** Element info: {Using=css selector, value=#atg_store_continue}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 106049 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-10-27 10:53 |
| 112451 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 112782 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 118440 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
java.lang.NullPointerException
at org.openqa.selenium.remote.RemoteWebElement.isDisplayed(RemoteWebElement.java:329)
at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:314)
at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Wed Nov 03 10:33:16 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-03_10-33-16 |
| 3644 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-03 10:33 |
| 15715 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 16385 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-03 10:33 |
| 16855 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-03 10:33 |
| 19649 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 22019 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 80212 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 85379 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 85436 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-03 10:33 |
| 85748 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-03 10:34 |
| 90652 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 93019 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 136887 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 136937 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-03 10:34 |
| 137154 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-03 10:35 |
| 139694 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 140091 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 182379 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 182589 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 182734 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 182770 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-03 10:35 |
| 182982 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-03 10:36 |
| 184631 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 185791 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 191110 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 196429 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 226355 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 226622 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-03 10:36 |
| 226806 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-03 10:37 |
| 230730 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 231095 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 241277 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 246606 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-03 10:37 |
| 246837 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-03 10:37 |
| 249875 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 252342 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 261618 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 281757 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 281926 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-03 10:37 |
| 286573 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 286984 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 300484 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 316793 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 337372 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 355907 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 371325 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 392333 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 417628 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 417729 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 417748 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 417772 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 417797 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 417819 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 417844 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 417906 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-11-03 10:40 |
| 421889 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 432230 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 440293 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 440495 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 440669 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 450191 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 475713 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: .account-text > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":".account-text > span:nth-child(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=.account-text > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 475789 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 475801 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 475812 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 475822 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 475829 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 475837 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 475848 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 475858 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 475868 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 475877 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 475883 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 475890 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 475898 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 475932 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-03 10:41 |
| 480401 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 482944 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 493137 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 513607 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 513717 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-03 10:41 |
| 517009 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 517356 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 531560 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 539521 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 547733 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 560704 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 576039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 587398 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 612714 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 612821 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-11-03 10:43 |
| 617107 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 627460 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 634922 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 635187 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 635350 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 644444 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
| 669601 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: .account-text > span:nth-child(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":".account-text > span:nth-child(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59043}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 10e8fb4cf62336ba2173d9e98d1e14ae
*** Element info: {Using=css selector, value=.account-text > span:nth-child(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 670315 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-03_10-44-27 |
Application log
Log session start time Wed Nov 03 15:41:39 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-03_15-41-39 |
| 3714 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-03 15:41 |
| 31255 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 31862 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-03 15:41 |
| 32444 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-03 15:42 |
| 52820 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 55365 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 75255 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 78231 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 78282 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-03 15:42 |
| 78550 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-03 15:42 |
| 96586 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 99063 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 115028 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 115077 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-03 15:42 |
| 115296 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-03 15:43 |
| 118897 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 119322 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 129315 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 129479 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 129724 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-03 15:43 |
| 135517 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 135956 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 141254 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 146609 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 155546 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 155825 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-03 15:43 |
| 156118 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-03 15:44 |
| 158530 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 159919 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 168078 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 173410 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-03 15:44 |
| 173627 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-03 15:44 |
| 177559 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 179979 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 189259 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 209327 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 209452 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-03 15:45 |
| 214079 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 214475 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 227997 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 236478 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 247689 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 262982 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 278397 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 295829 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 321207 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 321347 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-11-03 15:47 |
| 325274 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 327710 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 374347 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 374480 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-03 15:47 |
| 378613 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 380963 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 394210 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 394332 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-03 15:47 |
| 394616 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-03 15:48 |
| 396908 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 400690 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 403723 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 408916 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 410617 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-03 15:48 |
| 410825 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-03 15:48 |
| 414452 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 414827 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 428569 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 436697 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 446730 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 456430 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 466798 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 478972 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 499312 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 499439 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-03 15:49 |
| 502429 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 503848 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 517528 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 525433 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 534468 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 542130 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 552499 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 561536 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 586853 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 586953 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 586972 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 587003 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-03 15:51 |
| 590543 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 600931 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 610227 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 615510 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 642573 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 647945 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 658183 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 658210 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-11-03 15:51 |
| 658431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 658450 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 658468 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 658483 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 658504 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 658523 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 658545 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 658558 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 658585 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 658599 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 658616 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 658635 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 658696 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-03 15:52 |
| 661073 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 662498 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 670776 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 670981 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 671080 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 671102 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-03 15:52 |
| 671293 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-03 15:52 |
| 673657 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 676102 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 685135 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 705284 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 705414 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-03 15:53 |
| 709411 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 709675 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 722918 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 730942 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 739083 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 751962 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 767422 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 779136 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 804522 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 804627 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-11-03 15:55 |
| 807763 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 811017 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 835442 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 835558 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-03 15:55 |
| 841301 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 841684 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 855693 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 864069 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 872370 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 880330 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 890756 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 902176 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 922520 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 922641 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-03 15:57 |
| 927560 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 927849 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 942259 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 950741 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 958707 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 966654 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 977008 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 986509 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 1011910 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.100', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63745}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 60a4340c79937a475aed1a23d3b42afc
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 1012565 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-03_15-58-32 |
Application log
Log session start time Mon Nov 08 09:58:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_09-58-05 |
| 3751 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 09:58 |
| 16946 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 17581 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 09:58 |
| 18047 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 09:58 |
| 22442 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 26950 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 54641 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 58710 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 58767 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-08 09:58 |
| 59049 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 09:59 |
| 61875 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 64292 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 90034 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 90080 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 09:59 |
| 90312 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 09:59 |
| 92951 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 93277 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 113856 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 114035 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 114169 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 114203 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-08 09:59 |
| 114427 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 09:59 |
| 117268 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 117623 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 122921 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 128254 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 141945 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 142198 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 09:59 |
| 142382 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 10:00 |
| 145255 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 146402 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 156802 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 162154 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 10:00 |
| 162357 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 10:00 |
| 165581 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 167990 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 178175 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 198276 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 198458 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 10:01 |
| 203742 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 204107 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 219016 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 229075 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 241266 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 258659 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 274039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 294629 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 319989 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 320098 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-11-08 10:03 |
| 330482 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 332746 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 364269 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 364385 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 10:04 |
| 368834 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 371230 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 382716 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 382839 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 10:04 |
| 383137 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 10:04 |
| 385876 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 388237 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 392193 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 397561 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 399368 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 10:04 |
| 399554 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 10:04 |
| 403288 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 403647 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 421348 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 441678 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 441800 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 10:05 |
| 446946 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 447313 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 463260 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 471585 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 479842 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 487625 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 497952 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 507310 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 533067 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 533155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 533177 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 533236 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 10:06 |
| 536817 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 547123 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 558919 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 564212 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 589535 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 594916 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 605594 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 605616 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 10:06 |
| 605831 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 605858 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 605881 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 605900 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 605920 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 605944 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 605959 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 605980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 606005 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 606025 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 606032 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 606059 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 606108 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 10:08 |
| 614902 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 617386 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 627071 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 647142 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 647257 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 10:08 |
| 651754 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 652039 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 665131 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 673074 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 682307 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 697524 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 712934 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 726096 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 751368 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 751455 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC09_Verify_product_comparison at time : 2021-11-08 10:10 |
| 755013 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 757315 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 786642 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 786749 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 10:11 |
| 791103 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 791502 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 805393 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 813504 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 823603 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 833741 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 844141 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 859959 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 880207 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 880328 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 10:12 |
| 884101 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 884380 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 898005 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 905348 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 913538 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 921280 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 931691 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 940471 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 965778 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > div:nth-of-type(2) > div > ul > li:nth-of-type(2) > input:nth-of-type(7)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59216}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: cee20495aa4b4d6a700897a6b9f37b76
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 966434 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_10-14-11 |
Application log
Log session start time Mon Nov 08 15:31:38 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-31-38 |
| 3074 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 15:31 |
| 47553 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 48157 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 15:31 |
| 48540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 48575 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 48601 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 48622 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 48657 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 48686 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 48714 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 48739 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 48756 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 48788 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 48811 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 48838 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 48867 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 48892 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 48906 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 48936 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 48955 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 48983 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 49004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 49023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 49040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 49071 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 49088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 49118 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 49126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 49154 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 49188 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 49804 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_15-32-28 |
Application log
Log session start time Mon Nov 08 15:34:35 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-34-35 |
| 3078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3111 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3145 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3177 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3215 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3327 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 15:34 |
| 48517 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 50869 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 79025 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 99147 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:61977}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: ad83fb1430826d6a0f64c247a9101976
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > div:nth-of-type(4) > div > div:nth-of-type(1) > div > form > div:nth-of-type(3) > a}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 99280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 99303 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 99315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 99338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 99361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 99390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 99406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 99439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 99456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 99488 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 99503 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 99520 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 99553 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 99572 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 99589 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 99622 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 99641 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 99659 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 99689 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 99716 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 99732 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 99831 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 15:36 |
| 101095 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 15:39:16 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-39-16 |
| 3029 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3076 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3115 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3184 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3301 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 15:39 |
| 10049 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12446 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 23613 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 33647 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 33881 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-11-08 15:39 |
| 34246 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 34278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 34298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 34333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 34350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 34382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 34409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 34441 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 34458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 34490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 34511 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 34543 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 34565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 34581 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 34611 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 34630 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 34646 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 34679 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 34694 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 34728 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 34744 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 35370 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_15-39-52 |
Application log
Log session start time Mon Nov 08 15:40:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-40-32 |
| 2988 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3021 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3055 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3121 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3136 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3271 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:40 |
| 7630 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8012 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 44655 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 64783 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:59990}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 07614380502502d51821cb97237a9210
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 64896 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 64913 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 64942 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 64962 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 64980 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 65004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 65031 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 65056 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 65083 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 65104 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 65126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 65155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 65162 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 65197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 65220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 65236 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 65252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 65283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 65307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 65328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 65419 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:41 |
| 69820 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 15:43:31 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-43-31 |
| 3034 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3088 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3107 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3136 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3322 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:43 |
| 9010 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 9370 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 25966 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LinearMotion Successfully identified |
Application log
Log session start time Mon Nov 08 15:49:23 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-49-23 |
| 3166 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3256 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3313 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3464 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:49 |
| 14291 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 16644 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 28199 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 33572 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 55942 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 81248 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:51052}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 003e43476230c1c6ae28e0b2a79bf20f
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div:nth-of-type(1) > div > form > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div > div:nth-of-type(1) > div:nth-of-type(2) > input:nth-of-type(1)}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 81376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 81404 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 81425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 81439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 81450 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 81464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 81484 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 81510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 81528 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 81549 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 81565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 81598 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 81613 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 81645 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 81663 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 81682 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 81711 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 81723 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 81735 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 81747 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 81812 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:50 |
| 83472 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 15:54:36 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-54-36 |
| 3004 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3085 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3117 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3136 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3153 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3185 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3280 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:54 |
| 12600 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 15010 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 19921 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 25264 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 46089 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 56845 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 67237 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 81737 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 81938 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 82010 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-11-08 15:54 |
| 82360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 82382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 82408 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 82426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 82457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 82475 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 82505 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 82510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 82541 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 82557 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 82583 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 82615 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 82631 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 82663 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 82680 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 82699 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 82717 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 82754 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 82769 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 82797 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 83410 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_15-56-00 |
Application log
Log session start time Mon Nov 08 15:59:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_15-59-28 |
| 2431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2446 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2475 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2489 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2496 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2509 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2513 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2523 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2536 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2578 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 15:59 |
| 9519 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 9929 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 26966 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 47133 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50601}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 4481f693a1a88b2b4f86b946f5894399
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 47248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 47264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 47299 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 47316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 47348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 47363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 47398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 47431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 47449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 47466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 47498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 47527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 47548 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 47564 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 47601 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 47626 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 47733 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 16:00 |
| 51815 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 52147 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 16:01:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-01-50 |
| 3009 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3079 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3096 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3129 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3261 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3387 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 16:01 |
| 8731 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 11621 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 16342 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 21634 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 36294 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 39158 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 50290 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 50329 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 16:01 |
| 50665 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 50698 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 50755 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 50802 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 50821 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 50855 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 50872 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 50887 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 50918 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 50934 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 50954 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 50987 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 51003 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 51024 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 51040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 51070 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 51682 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_16-02-42 |
Application log
Log session start time Mon Nov 08 16:04:07 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-04-07 |
| 3040 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3086 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3137 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3205 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3222 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3256 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3321 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3336 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3486 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 16:04 |
| 8865 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 9204 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 16:05:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-05-32 |
| 3024 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3089 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3139 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3155 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3171 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3203 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3300 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3424 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 16:05 |
| 10165 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12491 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 16483 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 21840 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 39795 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 54902 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 64090 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 69243 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 90948 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 107144 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 109699 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 112249 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 114807 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 117364 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 119829 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 140015 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) > span > input (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) > span > input"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64255}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 025c06b217d07eaf048ddf1195e3538a
*** Element info: {Using=css selector, value=html > body > div:nth-of-type(1) > div:nth-of-type(5) > div:nth-of-type(3) > div > div > form > div:nth-of-type(4) > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(2) > span > input}
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 140127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 140145 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 140179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 140195 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 140214 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 140228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 140245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 140261 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 140279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 140311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 140330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 140350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 140361 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 140379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 140396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 140511 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 16:07 |
| 143826 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 16:13:24 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-13-24 |
| 3119 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3167 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3182 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3369 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3399 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3532 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 16:13 |
| 9253 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 14296 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 18110 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 23377 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 36530 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 53105 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 62578 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 67714 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 80282 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 96511 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 99104 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 101557 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 104052 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 106636 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 109194 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 114732 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 144792 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 16:13 |
| 145125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 145149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 145175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 145193 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 145221 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 145245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 145264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 145294 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 145316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 145343 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 145356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 145376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 145396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 145416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 145437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 146039 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_16-15-50 |
Application log
Log session start time Mon Nov 08 16:22:06 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-22-06 |
| 2962 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3011 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3043 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3060 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3094 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3143 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3160 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3417 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:22 |
| 13161 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 13561 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 28399 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 47008 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54517}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 5b5bdc423ec4dd323a6243b95717cb65
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 59755 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_16-23-05 |
Application log
Log session start time Mon Nov 08 16:23:24 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-23-24 |
| 3228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3513 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3656 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:23 |
| 9793 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12116 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 12117 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.lang.NullPointerException
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:114)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 12200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 12213 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 12228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 12245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 12258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 12272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 12285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 12301 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 12311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 12332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 12345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 12355 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 12363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 12363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 12428 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:23 |
| 25433 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 45527 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_searchInput (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK_PRE_ENTERTEXT(Keywords.java:215)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:72)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchWindowException: no such window: target window already closed
from unknown error: web view not found
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55759}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: b309917225a0d3ebf3a73e42a65f878a
*** Element info: {Using=css selector, value=#atg_store_searchInput}
at sun.reflect.GeneratedConstructorAccessor42.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
Application log
Log session start time Mon Nov 08 16:24:17 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-24-17 |
| 3120 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3332 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3565 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:24 |
| 9090 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 11482 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 15483 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 20796 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 33326 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 39741 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/commerce/order/purchase/CartModifierFormHandler.checkout" style="width:100%; padding:7px 24px; margin-top:8px; margin-bottom:8px; " id="atg_store_checkout" type="submit" class="btn t1-btn t1-btn-primary" value="Checkout"> is not clickable at point (1227, 592). Other element would receive the click: <p class="text-center anonymous-header hidden-xs hidden-sm">...</p>
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:63736}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 97f8d736db66dce5ece4f11b542bca8a
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 39885 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 39902 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 39931 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 39963 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 39987 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 40018 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 40046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 40068 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 40099 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 40127 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 40149 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 40179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 40208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 40231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 40373 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:24 |
| 44402 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 16:25:47 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-25-47 |
| 3157 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3223 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3258 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3415 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3622 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:25 |
| 7706 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10011 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 13562 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 18874 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 30600 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 38665 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 45089 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input name="/atg/store/profile/CheckoutProfileFormHandler.anonymousCustomer" type="submit" value="Guest Checkout" class="btn t1-btn t1-btn-secondary checkout-guest-btn"> is not clickable at point (144, 592). Other element would receive the click: <p class="text-center anonymous-header hidden-xs hidden-sm">...</p>
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64008}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 0f8d7baeb479b346d467883c31a18cec
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 45204 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 45238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 45267 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 45288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 45304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 45337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 45353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 45385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 45402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 45417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 45452 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 45479 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 45501 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 45528 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 45661 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:26 |
| 49020 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 16:27:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-27-05 |
| 2996 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3031 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3064 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3114 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3197 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3450 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:27 |
| 7370 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 9768 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 13166 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 18435 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 28772 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 36851 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 45424 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 57848 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 73586 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 76144 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 78691 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 81091 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 83574 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 86089 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 91611 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 111562 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 111811 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed.Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 111909 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 16:27 |
| 112276 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 112309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 112324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 112342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 112359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 112394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 112413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 112432 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 112448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 112463 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 112493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 112516 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 112534 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 112552 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 113180 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_16-28-58 |
Application log
Log session start time Mon Nov 08 16:52:45 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-52-45 |
| 2994 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3042 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3046 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3077 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3129 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3160 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3179 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3196 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3245 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3278 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3546 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-11-08 16:52 |
| 9118 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 19581 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 27311 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
| 27516 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : testuser@yopmail.com |
| 27696 |
TestNG |
INFO |
Kaman |
Keywords.java:412 |
Successfully Entered text into Element objectName : 12345 |
| 38295 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginButton Successfully identified |
Application log
Log session start time Mon Nov 08 16:57:28 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_16-57-28 |
| 3061 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 3110 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 3130 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 3163 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 3194 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 3211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 3246 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 3264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 3280 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 3311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 3346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 3366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 3400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 3418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 3646 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC15_Verify_MyaccountSection_for_all_Usertype at time : 2021-11-08 16:57 |
| 10286 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 20739 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
Application log
Log session start time Mon Nov 08 17:01:06 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-01-06 |
| 2951 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:01 |
| 9020 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 9531 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:01 |
| 9969 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 17:01 |
| 13945 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 16364 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 27804 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 32136 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 32198 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-08 17:01 |
| 32468 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 17:01 |
| 35807 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 38201 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 60599 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 60644 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 17:01 |
| 60844 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 17:02 |
| 64762 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 65110 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 73448 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 73632 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 73865 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 17:02 |
| 77010 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 77359 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 82694 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 87978 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 99682 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 99943 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 17:02 |
| 100181 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 17:02 |
| 103900 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 104325 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 115140 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 120481 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 17:02 |
| 120681 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 17:03 |
| 124153 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 126646 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 136166 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 144298 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 144512 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-11-08 17:03 |
| 144711 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 17:03 |
| 146838 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 150248 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 153829 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 159235 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 172103 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 182887 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 193265 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 206497 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 206601 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 206643 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-11-08 17:03 |
| 206870 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 206910 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 17:04 |
| 211206 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 213494 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 216725 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 216859 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 17:04 |
| 217058 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 17:04 |
| 220033 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 222404 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 225588 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 230957 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 232183 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 17:04 |
| 232358 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 17:04 |
| 236035 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 238498 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 241585 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 246915 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 257437 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 260348 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 269369 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 269392 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 17:04 |
| 269583 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 17:05 |
| 273046 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 275393 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 278597 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 283974 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 294277 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 308039 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 317019 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 322157 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 342488 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 358654 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 361260 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 363823 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 366370 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 368867 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 371376 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 376852 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 386491 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 17:05 |
| 386624 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 17:07 |
| 390594 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 392993 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 396127 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 401458 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 411825 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 420632 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 429369 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 441962 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 454903 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 457469 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 460097 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 462624 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 465154 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 467649 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 473167 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 491792 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 492053 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed.Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 492073 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 17:07 |
| 492170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 492186 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 17:09 |
| 496081 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 506462 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 511755 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53194}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 79f41ea74db28635d1e0045c021118bf
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 511832 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 511852 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 511861 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 511869 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 511880 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 511889 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 511894 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 511900 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 511906 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 511914 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 511919 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 511922 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 511942 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 17:09 |
| 515819 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 516090 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 521353 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.ElementNotInteractableException: element not interactable
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53194}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 79f41ea74db28635d1e0045c021118bf
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
at com.operations.Common.Keywords.CLICK(Keywords.java:171)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 521447 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 17:09 |
| 525130 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 535515 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 546664 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 552025 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 579145 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 584508 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 593711 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 593727 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 17:09 |
| 594106 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-11-00 |
Application log
Log session start time Mon Nov 08 17:14:10 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-14-10 |
| 2719 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:14 |
| 12133 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12744 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:14 |
| 13267 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 17:14 |
| 22659 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 25721 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
Application log
Log session start time Mon Nov 08 17:17:04 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-17-04 |
| 4020 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:17 |
| 11144 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12195 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 17:17 |
| 12670 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 17:17 |
| 17620 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 20276 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
Application log
Log session start time Mon Nov 08 17:17:51 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-17-51 |
| 4096 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4146 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4261 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 17:17 |
| 10042 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10618 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 19128 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 19491 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 19625 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 19687 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-08 17:17 |
| 20029 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 20051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 20071 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 20094 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 20109 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 20133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 20148 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 20172 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 20192 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 20212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 20242 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 20270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 20284 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 20302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 20322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 20344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 20364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 20385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 20406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 20425 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 20442 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 20458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 20476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 20496 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 21046 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-18-12 |
Application log
Log session start time Mon Nov 08 17:20:39 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-20-39 |
| 4093 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4125 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4133 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4144 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4171 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4199 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4226 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4248 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4272 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4309 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4380 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4422 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4490 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 17:20 |
| 28478 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/myaccount/punchoutRequestHandler.jsp;jsessionid=dtaB06sWKSaGrSlTebSuE1oHlyfa3Zf3AdVLiyaS.01?esid=dtaB06sWKSaGrSlTebSuE1oHlyfa3Zf3AdVLiyaS.01 |
| 31342 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 69674 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 80430 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 90468 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 104710 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 109740 |
TestNG |
INFO |
Kaman |
Keywords.java:322 |
URL : http://kit08wmisd:5556/web/viewshoppingcart.jspWhich you are looking for Webelement has been found successfully... |
| 109821 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 17:20 |
| 110166 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 110190 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 110206 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 110217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 110241 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 110252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 110268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 110291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 110305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 110731 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-22-29 |
Application log
Log session start time Mon Nov 08 17:23:15 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-23-15 |
| 4078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4126 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4175 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4207 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4223 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4276 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4386 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4494 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4511 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4544 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4576 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4647 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC20_Search_Typeahead at time : 2021-11-08 17:23 |
| 13684 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 19415 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 24807 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC20_Search_Typeahead at time : 2021-11-08 17:23 |
| 25135 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 25176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 25200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 25212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 25247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 25279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 25302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 25318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 26028 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-23-41 |
Application log
Log session start time Mon Nov 08 17:24:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-24-32 |
| 4191 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4321 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4339 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4401 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4475 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4524 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4557 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4574 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4610 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4636 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4654 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4679 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4706 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 4781 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 17:24 |
| 24714 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 35140 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 40565 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 45916 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 63006 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducerAccessories Successfully identified |
| 85041 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 121169 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #addToCart > div.purchase-box.top20.purchase-box-reqlogin > div.atg_store_productAvailability.text-center > span:nth-child(22) (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#addToCart > div.purchase-box.top20.purchase-box-reqlogin > div.atg_store_productAvailability.text-center > span:nth-child(22)"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:64850}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: c266b4e7be7c6f55b730e86c0b9b947b
*** Element info: {Using=css selector, value=#addToCart > div.purchase-box.top20.purchase-box-reqlogin > div.atg_store_productAvailability.text-center > span:nth-child(22)}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 121342 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 121376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 121393 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 121418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 121434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 121465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 121499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 121582 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 17:26 |
| 126422 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
Application log
Log session start time Mon Nov 08 17:32:05 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-32-05 |
| 4531 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4580 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4617 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4632 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4667 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4685 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4716 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4752 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4772 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4788 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4800 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4817 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4849 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4886 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4901 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4933 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4968 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4992 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 5017 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 5033 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 5133 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 17:32 |
| 13654 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 24088 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 29489 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 34894 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 45051 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducerAccessories Successfully identified |
| 60230 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 82635 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 17:32 |
| 83017 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 83058 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 83092 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 83124 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 83168 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 83200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 83231 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 83847 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-33-29 |
Application log
Log session start time Mon Nov 08 17:34:21 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-34-21 |
| 4116 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4165 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4181 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4212 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4451 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4484 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4533 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4565 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4586 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4603 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4633 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 4664 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 4775 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC26_Adding_MultipleItems_QuickOrder at time : 2021-11-08 17:34 |
| 12462 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 13160 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 22530 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LoginURL Successfully identified |
Application log
Log session start time Mon Nov 08 17:36:36 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-36-36 |
| 4023 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4074 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4098 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4129 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4160 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4176 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4216 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4270 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4500 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4533 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4548 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 4579 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 4600 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 4620 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 4641 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 4671 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 4743 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 17:36 |
| 9436 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10785 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 16111 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 21403 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 32347 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 48136 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 68595 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_facets > div.col-xs-12.paddingIMP.refinements (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_facets > div.col-xs-12.paddingIMP.refinements"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55305}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 771d8238b822e245d65fda1a3f5488db
*** Element info: {Using=css selector, value=#atg_store_facets > div.col-xs-12.paddingIMP.refinements}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 68748 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 68764 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 68865 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 17:37 |
| 71276 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 75500 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
org.openqa.selenium.WebDriverException: chrome not reachable
(Session info: chrome=95.0.4638.69)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:55305}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 771d8238b822e245d65fda1a3f5488db
*** Element info: {Using=css selector, value=#atg_store_catNav > li:nth-child(1) > a}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
at com.operations.Common.Keywords.MOUSEOVER(Keywords.java:521)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:352)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Mon Nov 08 17:38:44 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-38-44 |
| 4472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 4520 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 4540 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 4570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 4590 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 4620 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 4648 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 4677 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 4700 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 4727 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 4752 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 4772 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 4800 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 4830 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 4852 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 4882 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 4900 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 4929 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 4949 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 4981 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 5007 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 5030 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 5051 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 5078 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 5099 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 5132 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 5159 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 5235 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:38 |
| 12153 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12653 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 26014 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LinearMotion Successfully identified |
| 44611 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 64667 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58829}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8b286c403094cdff450831dc958fb6a5
*** Element info: {Using=css selector, value=div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 64793 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:39 |
| 69449 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 69664 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 82772 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement LinearMotion Successfully identified |
| 90519 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 110685 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:58829}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 8b286c403094cdff450831dc958fb6a5
*** Element info: {Using=css selector, value=div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 111122 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-40-36 |
Application log
Log session start time Mon Nov 08 17:41:33 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-41-33 |
| 2264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2294 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2334 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2431 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2467 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2507 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2517 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2532 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2539 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2553 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2588 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:41 |
| 8519 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8834 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 21773 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 35071 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 42442 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 47793 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 53100 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 64292 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 64386 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
Application log
Log session start time Mon Nov 08 17:48:52 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-48-52 |
| 2238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2256 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2287 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2326 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2347 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2355 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2387 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2444 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2483 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2494 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2527 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:48 |
| 11153 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 11418 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 25663 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 34610 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 54836 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:65454}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f9b68cdf8d83a9a7e14b0f004903d18a
*** Element info: {Using=css selector, value=div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 54987 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:49 |
| 57493 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 59874 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 72853 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 80674 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 100983 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:135 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3 (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:65454}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f9b68cdf8d83a9a7e14b0f004903d18a
*** Element info: {Using=css selector, value=div.item:nth-child(1) > div:nth-child(2) > form:nth-child(2) > div:nth-child(19) > a:nth-child(1) > h3}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 25 more
|
| 101475 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_17-50-34 |
Application log
Log session start time Mon Nov 08 17:53:32 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-53-32 |
| 2249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2266 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2285 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2307 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2318 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2328 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2420 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2432 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2440 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2464 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2474 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2482 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2500 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2513 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2521 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2546 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:53 |
| 9656 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10011 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 28269 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 35911 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 45793 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 65890 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div.col-xs-12.sub-categories-list > div > a:nth-child(1) > div > p.col-sm-12.col-xs-12.text-center.image > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div.col-xs-12.sub-categories-list > div > a:nth-child(1) > div > p.col-sm-12.col-xs-12.text-center.image > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:50545}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: f2a729ded92f6685bb225a4884d9c947
*** Element info: {Using=css selector, value=#atg_store_prodList > div.col-xs-12.sub-categories-list > div > a:nth-child(1) > div > p.col-sm-12.col-xs-12.text-center.image > img}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 66092 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:54 |
| 71370 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 71701 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 17:55:14 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-55-14 |
| 2193 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2211 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2233 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2240 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2268 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2290 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2320 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2372 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2402 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2409 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2456 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2483 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:55 |
| 51904 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 52243 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 65633 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 74858 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 85006 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 90341 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 95610 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 107789 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 107852 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 108089 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.lang.IllegalArgumentException: Cannot find elements when the selector is null
at org.openqa.selenium.By$ByCssSelector.<init>(By.java:422)
at org.openqa.selenium.By.cssSelector(By.java:116)
at com.operations.Common.Keywords.getObject(Keywords.java:84)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 108211 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:57 |
| 112215 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 112494 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 125523 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
Application log
Log session start time Mon Nov 08 17:57:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-57-50 |
| 2200 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2220 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2228 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2239 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2247 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2262 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2274 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2284 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2295 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2316 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2325 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2331 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2344 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2382 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2408 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2418 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2427 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2445 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2474 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2498 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:57 |
| 8099 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8399 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 21363 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 29040 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 37678 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 42958 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 48261 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 58850 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 58908 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 59091 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.lang.IllegalArgumentException: Cannot find elements when the selector is null
at org.openqa.selenium.By$ByCssSelector.<init>(By.java:422)
at org.openqa.selenium.By.cssSelector(By.java:116)
at com.operations.Common.Keywords.getObject(Keywords.java:84)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 59225 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:58 |
| 62620 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 62951 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 17:59:49 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_17-59-49 |
| 2170 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2189 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2198 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2208 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2217 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2230 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2234 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2252 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2261 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2265 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2283 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2350 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2367 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2376 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2393 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2399 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2412 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2440 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 17:59 |
| 7859 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8171 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 21157 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 29120 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 37767 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 43034 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 48427 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 59332 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 59391 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 59624 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.lang.IllegalArgumentException: Cannot find elements when the selector is null
at org.openqa.selenium.By$ByCssSelector.<init>(By.java:422)
at org.openqa.selenium.By.cssSelector(By.java:116)
at com.operations.Common.Keywords.getObject(Keywords.java:84)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 59793 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:00 |
| 63511 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 63855 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 18:02:48 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-02-48 |
| 2260 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2291 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2303 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2311 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2358 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2388 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2396 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2414 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2420 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2467 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2473 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2487 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2502 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2508 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2519 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2527 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2535 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2620 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:02 |
| 7494 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 7786 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 20958 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 28801 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 37555 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 42881 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 48150 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
Application log
Log session start time Mon Nov 08 18:06:23 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-06-23 |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2264 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2275 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2287 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2296 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2330 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2337 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2364 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2365 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2405 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2417 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2447 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2457 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2466 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2480 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2487 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2505 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2582 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:06 |
| 11723 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12041 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 25028 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 33091 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 43126 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 48380 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 53713 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 68163 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 148441 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #cartContainer (tried for 20 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:53320}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 9dc0fc8b658d2bca28f67f08af4379e9
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
Application log
Log session start time Mon Nov 08 18:09:08 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-09-08 |
| 2279 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2298 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2322 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2335 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2356 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2388 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2397 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2408 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2420 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2439 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2453 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2465 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2486 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2496 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2507 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2516 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2524 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2539 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2551 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2561 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2570 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2654 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:09 |
| 7492 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 7831 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 35080 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 42647 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 51445 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 56726 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 62112 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 71916 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 90742 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 120391 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:447 |
java.lang.IllegalArgumentException: Cannot find elements when the selector is null
at org.openqa.selenium.By$ByCssSelector.<init>(By.java:422)
at org.openqa.selenium.By.cssSelector(By.java:116)
at com.operations.Common.Keywords.getObject(Keywords.java:84)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 120497 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:11 |
| 123849 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 124082 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
Application log
Log session start time Mon Nov 08 18:12:34 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-12-34 |
| 2244 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2263 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2284 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2292 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2306 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2315 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2327 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2338 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2348 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2360 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2368 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2392 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2411 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2434 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2445 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2458 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2468 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2478 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2490 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2506 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2517 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2529 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2601 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:12 |
| 7812 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8091 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 20989 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 34442 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
Application log
Log session start time Mon Nov 08 18:13:42 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-13-42 |
| 2253 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2294 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2304 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2319 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2336 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2346 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2369 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2380 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2388 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2410 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2421 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2433 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2452 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2455 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2473 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2483 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2493 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2499 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2514 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2599 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:13 |
| 6820 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 7173 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 19732 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 28854 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 48931 |
TestNG |
ERROR |
Kaman |
Execute_MainScript.java:431 |
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.cssSelector: #atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img (tried for 20 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at com.operations.Common.Keywords.CLICK(Keywords.java:158)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:66)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:120)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_MainScript.ExecuteTest(Execute_MainScript.java:404)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img"}
(Session info: chrome=95.0.4638.69)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LSPL309-PC', ip: '192.168.0.101', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_101'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 95.0.4638.69, chrome: {chromedriverVersion: 94.0.4606.61 (418b78f5838ed..., userDataDir: C:\Users\LSPL309\AppData\Lo...}, goog:chromeOptions: {debuggerAddress: localhost:54987}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 36e61c06cb895bb95b84ec48486949ce
*** Element info: {Using=css selector, value=#atg_store_prodList > div:nth-of-type(2) > div > a:nth-of-type(1) > div > p:nth-of-type(1) > img}
at sun.reflect.GeneratedConstructorAccessor37.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 24 more
|
| 49075 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:14 |
| 52337 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 54473 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 67393 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 76023 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 84403 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 89791 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 95173 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 109663 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 114745 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 145055 |
TestNG |
ERROR |
Kaman |
Execute_FailedScript.java:155 |
java.lang.IllegalArgumentException: Cannot find elements when the selector is null
at org.openqa.selenium.By$ByCssSelector.<init>(By.java:422)
at org.openqa.selenium.By.cssSelector(By.java:116)
at com.operations.Common.Keywords.getObject(Keywords.java:84)
at com.operations.Common.Keywords.VERIFY_WEBELEMENT_PRESENT(Keywords.java:1075)
at com.operations.Common.Keywords_finder.perform(Keywords_finder.java:234)
at com.operations.Common.Script_executor.Execute_script(Script_executor.java:115)
at com.operations.Common.FireClass.ExecuteTestcasesWindows(FireClass.java:153)
at com.testcases.driverscripts.Execute_FailedScript.ExecuteFailedTC(Execute_FailedScript.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:393)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
|
| 145317 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_18-16-08 |
Application log
Log session start time Mon Nov 08 18:18:12 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-18-12 |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2282 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2293 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2303 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2340 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2349 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2375 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2385 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2394 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2406 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2412 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2428 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2437 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2441 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2454 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2460 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2476 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2485 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2494 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2497 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2509 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2520 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2529 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2595 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:18 |
| 9985 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10305 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 23076 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 30661 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 39889 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 45201 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 50551 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 60791 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 77399 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
Application log
Log session start time Mon Nov 08 18:21:00 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-21-00 |
| 2321 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2343 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2354 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2359 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2377 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2390 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2400 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2416 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2426 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2438 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2450 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2461 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2468 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2482 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2494 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2509 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2520 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2525 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2541 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2549 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2567 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2581 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2593 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2605 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2617 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2630 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC30_Verify_pagination_SortBy_filteronPLP has been skipped for this execution... |
| 2639 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 2720 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:21 |
| 8628 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8929 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 21824 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 29628 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 38356 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 43675 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 49084 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 61336 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 67793 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 162487 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:21 |
| 162874 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_18-23-43 |
Application log
Log session start time Mon Nov 08 18:26:18 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-26-18 |
| 2261 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2281 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2288 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2302 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2310 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2336 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2345 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2353 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2371 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2379 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2389 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2398 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2408 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2419 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2435 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2448 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2472 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2482 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2491 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2498 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2515 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2577 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 18:26 |
| 12391 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 12774 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 18042 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 23425 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 33246 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 58506 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
Application log
Log session start time Mon Nov 08 18:31:51 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-31-51 |
| 2218 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC01_Verify_HomePage has been skipped for this execution... |
| 2238 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC02_Serach_Verifications has been skipped for this execution... |
| 2249 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC03_SearchResults_Typeahead has been skipped for this execution... |
| 2259 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC04_SearchCategory has been skipped for this execution... |
| 2273 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC05_Verify_ProductListPLP has been skipped for this execution... |
| 2277 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC06_Verify_Documented_Savings has been skipped for this execution... |
| 2295 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC07_Verify_search_results has been skipped for this execution... |
| 2305 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC08_Verify_cart_operations has been skipped for this execution... |
| 2314 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 2324 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC10_Verify_Search_Dimensions has been skipped for this execution... |
| 2333 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC11_Verify_AddToCart_from_Search has been skipped for this execution... |
| 2343 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC12_Update_Quantity_CartPage has been skipped for this execution... |
| 2351 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC13_Verify_Checkout_Operations has been skipped for this execution... |
| 2363 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC14_Verify_PlaceOrder_GuestUser has been skipped for this execution... |
| 2373 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 2383 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC16_Verify_UserRegistration has been skipped for this execution... |
| 2395 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 2401 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 2413 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC19_Verify_PunchOut_User has been skipped for this execution... |
| 2423 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC20_Search_Typeahead has been skipped for this execution... |
| 2430 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC24_Verify_PDP_Page has been skipped for this execution... |
| 2441 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 2449 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 2462 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 2468 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 2495 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 18:31 |
| 10549 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 10890 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 16195 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 21559 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 31445 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 39877 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 45433 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 50838 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 62300 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 67767 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 86343 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 86579 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 18:31 |
| 86760 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 86773 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC33_Price_Verification_on_CartPage has been skipped for this execution... |
| 87098 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_18-33-18 |
Application log
Log session start time Mon Nov 08 18:36:33 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_18-36-33 |
| 2246 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 18:36 |
| 8368 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 8679 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 18:36 |
| 8888 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 18:36 |
| 12126 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 14510 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 26500 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 29137 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 29163 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-08 18:36 |
| 29330 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 18:37 |
| 31718 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 34056 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 47805 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 47839 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 18:37 |
| 48054 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 18:37 |
| 51357 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 51670 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 59639 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 59781 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 59938 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 18:37 |
| 62272 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 62569 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 67896 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 73194 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 80990 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 81209 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 18:37 |
| 81393 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 18:37 |
| 83998 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 84369 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 91951 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 97189 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 18:37 |
| 97380 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 18:38 |
| 100600 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 102923 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 111588 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 119249 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 119444 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-11-08 18:38 |
| 119555 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 18:38 |
| 121985 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 124327 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 127236 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 132505 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 143307 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 154051 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 164372 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 177208 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 177346 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 177375 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-11-08 18:38 |
| 177548 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 177580 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 18:39 |
| 179881 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 183001 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 185690 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 185773 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 18:39 |
| 185894 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 18:39 |
| 188275 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 190566 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 193254 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 198496 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 199739 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 18:39 |
| 199878 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 18:39 |
| 203327 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 205666 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 208377 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 213660 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 223371 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 226026 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 234832 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 234854 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 18:39 |
| 235023 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 18:40 |
| 238018 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 240393 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 242858 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 248134 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 258185 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 271366 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 279937 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 285066 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 303732 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 320978 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 323461 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 325790 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 328212 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 330568 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 332976 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 338395 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 351417 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 18:40 |
| 351566 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 18:42 |
| 354568 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 356943 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 359394 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 364671 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 374336 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 382536 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 390955 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 401835 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 414216 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 416634 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 418977 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 421297 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 423594 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 425924 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 431270 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 448569 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 448733 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed.Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 448763 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 18:42 |
| 448925 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 448954 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 18:44 |
| 452142 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 462477 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 470499 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 475736 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 501629 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 506903 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 515560 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 515580 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 18:44 |
| 515717 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 515719 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 515737 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 18:45 |
| 528781 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/myaccount/punchoutRequestHandler.jsp;jsessionid=TdZIitbB691W5GvE8BvHjTB9rvLwx7w0fQnMTizo.02?esid=TdZIitbB691W5GvE8BvHjTB9rvLwx7w0fQnMTizo.02 |
| 530996 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 550890 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 559977 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 568702 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 579318 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 584337 |
TestNG |
INFO |
Kaman |
Keywords.java:322 |
URL : http://kit08wmisd:5556/web/viewshoppingcart.jspWhich you are looking for Webelement has been found successfully... |
| 584361 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 18:45 |
| 584563 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC20_Search_Typeahead at time : 2021-11-08 18:46 |
| 588107 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 593467 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 598747 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC20_Search_Typeahead at time : 2021-11-08 18:46 |
| 598903 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 18:46 |
| 621606 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 631943 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 637298 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 642629 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 650580 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducerAccessories Successfully identified |
| 663343 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 685402 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 18:46 |
| 685510 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 685528 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 685528 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 685545 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 685563 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 18:47 |
| 688869 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 689209 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 694469 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 699709 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 721642 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 729716 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 735194 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 740475 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 752008 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 757550 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 765515 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 765721 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 18:47 |
| 766366 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 766384 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:49 |
| 768892 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 769234 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 781886 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 790182 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 798923 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 804344 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 809604 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 820477 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 820622 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 821377 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 18:49 |
| 821519 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 18:50 |
| 825069 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 825293 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 833108 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 833266 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 833349 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 833360 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-08 18:50 |
| 833880 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_18-50-27 |
Application log
Log session start time Mon Nov 08 19:02:50 IST 2021
| Time |
Thread |
Level |
Category |
File:Line |
Message |
| 0 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:187 |
Execution started on 2021-11-08_19-02-50 |
| 2211 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC01_Verify_HomePage at time : 2021-11-08 19:02 |
| 10994 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 11910 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC01_Verify_HomePage at time : 2021-11-08 19:02 |
| 12071 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC02_Serach_Verifications at time : 2021-11-08 19:03 |
| 16376 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 18723 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 30562 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 33445 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : No matching items foundWhich you are looking for Webelement InvalidSearch has been found successfully... |
| 33466 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC02_Serach_Verifications at time : 2021-11-08 19:03 |
| 33578 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 19:03 |
| 37430 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 39818 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 53942 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "sprocket"Which you are looking for Webelement ValidSearchHeader1 has been found successfully... |
| 53969 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC03_SearchResults_Typeahead at time : 2021-11-08 19:03 |
| 54066 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC04_SearchCategory at time : 2021-11-08 19:03 |
| 57569 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 57908 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 66283 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 66422 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Gear Racks and PinionsWhich you are looking for Webelement GearingCategoryHeader has been found successfully... |
| 66491 |
TestNG |
INFO |
Kaman |
Keywords.java:933 |
Successfull navigated to Expected Page i.e. on : Gear Racks and Pinions | Kaman Industrial |
| 66509 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC04_SearchCategory at time : 2021-11-08 19:03 |
| 66637 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 19:03 |
| 69921 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 70261 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 75508 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 80824 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 88935 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 89173 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC05_Verify_ProductListPLP at time : 2021-11-08 19:03 |
| 89278 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 19:04 |
| 92079 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 92397 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Services Successfully identified |
| 100065 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement DocumentedSavings Successfully identified |
| 105426 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC06_Verify_Documented_Savings at time : 2021-11-08 19:04 |
| 105537 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC07_Verify_search_results at time : 2021-11-08 19:04 |
| 108855 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 111229 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 120286 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200"Which you are looking for Webelement SearchHeader has been found successfully... |
| 128274 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PDPSearch Successfully identified |
| 128480 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC07_Verify_search_results at time : 2021-11-08 19:04 |
| 128539 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC08_Verify_cart_operations at time : 2021-11-08 19:04 |
| 131488 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 133939 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 137875 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 143130 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 153521 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 164351 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SelectAllforDelete Successfully identified |
| 174720 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartItems Successfully identified |
| 187581 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RemoveCartContinue Successfully identified |
| 187739 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : You have no items in your shopping cart.Which you are looking for Webelement EmptyCartMsg has been found successfully... |
| 187756 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC08_Verify_cart_operations at time : 2021-11-08 19:04 |
| 187855 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC09_Verify_product_comparison has been skipped for this execution... |
| 187869 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 19:05 |
| 191612 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 193889 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 197227 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 197340 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC10_Verify_Search_Dimensions at time : 2021-11-08 19:05 |
| 197420 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 19:06 |
| 200064 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 202489 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 206002 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 211372 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 212537 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC11_Verify_AddToCart_from_Search at time : 2021-11-08 19:06 |
| 212603 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 19:06 |
| 216640 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 219010 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 222407 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 227763 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 238002 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 240713 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CartUpdateNBox Successfully identified |
| 250255 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement UpdateQuantity Successfully identified |
| 250275 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC12_Update_Quantity_CartPage at time : 2021-11-08 19:06 |
| 250414 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 19:07 |
| 254181 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 256457 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 259849 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 265201 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 275119 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 288570 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 297408 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 302529 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Create a Shipping AddressWhich you are looking for Webelement ShippingHeader has been found successfully... |
| 322405 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 337638 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 340056 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 342478 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 344849 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 347334 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 349686 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 355124 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 362239 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC13_Verify_Checkout_Operations at time : 2021-11-08 19:07 |
| 362321 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 19:08 |
| 366227 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 368464 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 371835 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Showing Results for "200CL"Which you are looking for Webelement SearchHeader has been found successfully... |
| 377150 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartSearch Successfully identified |
| 387204 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 395416 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CheckoutButton Successfully identified |
| 404139 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement GuestCheckoutCheckoutPage Successfully identified |
| 415881 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShiptothisAddressButton Successfully identified |
| 427323 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ShippingMethodContiue Successfully identified |
| 429761 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCInput Successfully identified |
| 432129 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCMonth Successfully identified |
| 434507 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCYear Successfully identified |
| 436886 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CCHolderName Successfully identified |
| 439307 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement CVV Successfully identified |
| 444791 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement BillingSubmit Successfully identified |
| 462738 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PlaceOrderButton Successfully identified |
| 462984 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : Your Order has been Placed.Which you are looking for Webelement PlaceOrderMsg has been found successfully... |
| 463020 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC14_Verify_PlaceOrder_GuestUser at time : 2021-11-08 19:08 |
| 463081 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC15_Verify_MyaccountSection_for_all_Usertype has been skipped for this execution... |
| 463101 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 19:10 |
| 466587 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 476854 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement LoginOption Successfully identified |
| 484645 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement RegisterButton Successfully identified |
| 489878 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PersonalAcc Successfully identified |
| 514437 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : DashboardWhich you are looking for Webelement RegistrationSuccessMSG has been found successfully... |
| 519749 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement MyaccountSecRegisteredUser Successfully identified |
| 529275 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SignOut Successfully identified |
| 529296 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC16_Verify_UserRegistration at time : 2021-11-08 19:10 |
| 529384 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC17_Verify_Store_room has been skipped for this execution... |
| 529391 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC18_VerifyALL_Links_Myaccount has been skipped for this execution... |
| 529402 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 19:11 |
| 542120 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/myaccount/punchoutRequestHandler.jsp;jsessionid=onBjuOnhcNNded1RkcgL1VAG3hMnx45VhUYtIcM4.02?esid=onBjuOnhcNNded1RkcgL1VAG3hMnx45VhUYtIcM4.02 |
| 544545 |
TestNG |
INFO |
Kaman |
Keywords.java:230 |
WebElement SearchBoxHomePage Successfully identified |
| 559110 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 569143 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement CartImage Successfully identified |
| 577434 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutReturn Successfully identified |
| 586678 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement PunchOutCheckoutConf Successfully identified |
| 591686 |
TestNG |
INFO |
Kaman |
Keywords.java:322 |
URL : http://kit08wmisd:5556/web/viewshoppingcart.jspWhich you are looking for Webelement has been found successfully... |
| 591701 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC19_Verify_PunchOut_User at time : 2021-11-08 19:11 |
| 591837 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC20_Search_Typeahead at time : 2021-11-08 19:12 |
| 595760 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 600988 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement SearchBoxHomePage Successfully identified |
| 606284 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC20_Search_Typeahead at time : 2021-11-08 19:12 |
| 606389 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 19:12 |
| 609860 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 620233 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 625498 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 630815 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 639041 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducerAccessories Successfully identified |
| 668350 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductPLP Successfully identified |
| 689661 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC24_Verify_PDP_Page at time : 2021-11-08 19:12 |
| 689727 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC26_Adding_MultipleItems_QuickOrder has been skipped for this execution... |
| 689732 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC27_Clearing_Storerooms_List has been skipped for this execution... |
| 689737 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC28_Verify_PlaceOrder_SelfService_SingleUser has been skipped for this execution... |
| 689749 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC29_Verify_PlaceOrder_SelfService_MultiUser has been skipped for this execution... |
| 689764 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 19:14 |
| 693297 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 693760 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 699024 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement Gearing Successfully identified |
| 704297 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement AGMAShaftMount Successfully identified |
| 712424 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Shaft-MountTorqueArmReducer Successfully identified |
| 721396 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gotopage2 Successfully identified |
| 726998 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filtercheckbox Successfully identified |
| 732297 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Applybutton Successfully identified |
| 744006 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Filterapplyed Successfully identified |
| 749530 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Sortdropdown Successfully identified |
| 758227 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Selectoption Successfully identified |
| 758454 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC30_Verify_pagination_SortBy_filteronPLP at time : 2021-11-08 19:14 |
| 758853 |
TestNG |
INFO |
Kaman |
Execute_MainScript.java:467 |
TC31_Verify_PlaceOrder_WithMultiple_Items has been skipped for this execution... |
| 758871 |
TestNG |
INFO |
Kaman |
Script_executor.java:84 |
Execution Started for Testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 19:15 |
| 762365 |
TestNG |
INFO |
Kaman |
Keywords.java:358 |
Successfully navigated to URL : https://ectest.kamandirect.com/ |
| 762730 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement ProductMegamenu Successfully identified |
| 776001 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Gearing Successfully identified |
| 784248 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ProductList Successfully identified |
| 792632 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement Productsublist Successfully identified |
| 798093 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement AddToCartPDP Successfully identified |
| 803374 |
TestNG |
INFO |
Kaman |
Keywords.java:530 |
WebElement CartImage Successfully identified |
| 813165 |
TestNG |
INFO |
Kaman |
Keywords.java:174 |
WebElement ViewCart Successfully identified |
| 813227 |
TestNG |
INFO |
Kaman |
Keywords.java:959 |
TEXT : My CartWhich you are looking for Webelement MyCartHeader has been found successfully... |
| 814152 |
TestNG |
INFO |
Kaman |
Script_executor.java:149 |
Execution Ended for testcase number : TC33_Price_Verification_on_CartPage at time : 2021-11-08 19:15 |
| 814444 |
TestNG |
INFO |
Kaman |
Execute_FailedScript.java:254 |
Execution ended on : 2021-11-08_19-16-24 |